Color Hex Logo

#1777be Color Hex

#1777BE
(23,119,190)
0 Favorites   0 Comments

Color spaces of #1777be

RGB 23119190
HSL0.570.780.42
HSV206°88°75°
CMYK 0.880.370.00   0.25
XYZ16.244417.093551.1584
Yxy17.09350.19220.2023
Hunter Lab41.3443-2.2189-44.4230
CIE-Lab48.3776-0.0140-44.4869

#1777be color RGB value is (23,119,190).

#1777be hex color red value is 23, green value is 119 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1777be hue: 0.57 , saturation: 0.78 and the lightness value of 1777be is 0.42.

The process color (four color CMYK) of #1777be color hex is 0.88, 0.37, 0.00, 0.25. Web safe color of #1777be is #0066cc. Color #1777be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01110111 10111110
Octal 27 167 276
Decimal 23 119 190
Hex 17 77 BE

RGB Percentages of Color #1777be

%6.93
%35.84
%57.23

CMYK Percentages of Color #1777be

%88
%37
%0
%25

Triadic Colors of #1777be

#1777be #be1777 #77be17

Analogous Colors of #1777be

#1777be #1724be #17beb2

Monochromatic Colors of #1777be

#1777be

Complementary Color

#1777be #be5e17

#1777be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1777be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1777be Color CSS Codes

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

#1777be Text Font Color

<p style="color:#1777be">Text here</p>

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


#1777be Background Color

<div style="background-color:#1777be">
Div content here</div>

This div background color is #1777be


#1777be Border Color

<div style="border:3px solid #1777be">
Div here</div>

This div border color is #1777be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,119,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1777be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1777be;
  -webkit-box-shadow: 1px 1px 3px 2px #1777be;
  box-shadow:         1px 1px 3px 2px #1777be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,119,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 #1777be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1777be


Comments

No comments written yet.

Please login to write comment.