Color Hex Logo

#017bbe Color Hex

#017BBE
(1,123,190)
0 Favorites   0 Comments

Color spaces of #017bbe

RGB 1123190
HSL0.560.990.37
HSV201°99°75°
CMYK 0.990.350.00   0.25
XYZ16.389717.890151.3045
Yxy17.89010.19150.2090
Hunter Lab42.2967-4.8516-42.3091
CIE-Lab49.3625-3.4344-42.9366

#017bbe color RGB value is (1,123,190).

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

The process color (four color CMYK) of #017bbe color hex is 0.99, 0.35, 0.00, 0.25. Web safe color of #017bbe is #0066cc. Color #017bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111011 10111110
Octal 1 173 276
Decimal 1 123 190
Hex 1 7B BE

RGB Percentages of Color #017bbe

%0.32
%39.17
%60.51

CMYK Percentages of Color #017bbe

%99
%35
%0
%25

Triadic Colors of #017bbe

#017bbe #be017b #7bbe01

Analogous Colors of #017bbe

#017bbe #011dbe #01bea3

Monochromatic Colors of #017bbe

#017bbe

Complementary Color

#017bbe #be4401

#017bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#017bbe Color CSS Codes

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

#017bbe Text Font Color

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

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


#017bbe Background Color

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

This div background color is #017bbe


#017bbe Border Color

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

This div border color is #017bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017bbe


Comments

No comments written yet.

Please login to write comment.