Color Hex Logo

#017bdf Color Hex

#017BDF
(1,123,223)
0 Favorites   0 Comments

Color spaces of #017bdf

RGB 1123223
HSL0.580.990.44
HSV207°100°87°
CMYK 1.000.450.00   0.13
XYZ20.414819.500172.5000
Yxy19.50010.18160.1735
Hunter Lab44.15895.2430-66.4309
CIE-Lab51.26729.4921-58.6669

#017bdf color RGB value is (1,123,223).

#017bdf hex color red value is 1, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #017bdf hue: 0.58 , saturation: 0.99 and the lightness value of 017bdf is 0.44.

The process color (four color CMYK) of #017bdf color hex is 1.00, 0.45, 0.00, 0.13. Web safe color of #017bdf is #0066cc. Color #017bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111011 11011111
Octal 1 173 337
Decimal 1 123 223
Hex 1 7B DF

RGB Percentages of Color #017bdf

%0.29
%35.45
%64.27

CMYK Percentages of Color #017bdf

%100
%45
%0
%13

Triadic Colors of #017bdf

#017bdf #df017b #7bdf01

Analogous Colors of #017bdf

#017bdf #010cdf #01dfd4

Monochromatic Colors of #017bdf

#017bdf

Complementary Color

#017bdf #df6501

#017bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#017bdf Color CSS Codes

.mybgcolor {background-color:#017bdf; } 
.myforecolor {color:#017bdf; }
.mybordercolor {border:3px solid #017bdf; }

#017bdf Text Font Color

<p style="color:#017bdf">Text here</p>

This sample text font color is #017bdf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#017bdf Background Color

<div style="background-color:#017bdf">
Div content here</div>

This div background color is #017bdf


#017bdf Border Color

<div style="border:3px solid #017bdf">
Div here</div>

This div border color is #017bdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,123,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #017bdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #017bdf;
  -webkit-box-shadow: 1px 1px 3px 2px #017bdf;
  box-shadow:         1px 1px 3px 2px #017bdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,123,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #017bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #017bdf;
  -webkit-box-shadow: 1px 1px 3px 2px #017bdf;
  box-shadow:         1px 1px 3px 2px #017bdf;">
Div content here</div>

This div box has shadow with color #017bdf


Comments

No comments written yet.

Please login to write comment.