Color Hex Logo

#017bde Color Hex

#017BDE
(1,123,222)
0 Favorites   0 Comments

Color spaces of #017bde

RGB 1123222
HSL0.570.990.44
HSV207°100°87°
CMYK 1.000.450.00   0.13
XYZ20.280319.446371.7919
Yxy19.44630.18190.1744
Hunter Lab44.09804.9193-65.6561
CIE-Lab51.20539.0999-58.2032

#017bde color RGB value is (1,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111011 11011110
Octal 1 173 336
Decimal 1 123 222
Hex 1 7B DE

RGB Percentages of Color #017bde

%0.29
%35.55
%64.16

CMYK Percentages of Color #017bde

%100
%45
%0
%13

Triadic Colors of #017bde

#017bde #de017b #7bde01

Analogous Colors of #017bde

#017bde #010dde #01ded3

Monochromatic Colors of #017bde

#017bde

Complementary Color

#017bde #de6401

#017bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#017bde Color CSS Codes

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

#017bde Text Font Color

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

This sample text font color is #017bde
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.


#017bde Background Color

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

This div background color is #017bde


#017bde Border Color

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

This div border color is #017bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017bde


Comments

No comments written yet.

Please login to write comment.