Color Hex Logo

#1977cb Color Hex

#1977CB
(25,119,203)
0 Favorites   0 Comments

Color spaces of #1977cb

RGB 25119203
HSL0.580.780.45
HSV208°88°80°
CMYK 0.880.410.00   0.20
XYZ17.777217.712158.9817
Yxy17.71210.18820.1875
Hunter Lab42.08571.7491-53.6328
CIE-Lab49.14505.1447-50.7166

#1977cb color RGB value is (25,119,203).

#1977cb hex color red value is 25, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1977cb hue: 0.58 , saturation: 0.78 and the lightness value of 1977cb is 0.45.

The process color (four color CMYK) of #1977cb color hex is 0.88, 0.41, 0.00, 0.20. Web safe color of #1977cb is #0066cc. Color #1977cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110111 11001011
Octal 31 167 313
Decimal 25 119 203
Hex 19 77 CB

RGB Percentages of Color #1977cb

%7.20
%34.29
%58.50

CMYK Percentages of Color #1977cb

%88
%41
%0
%20

Triadic Colors of #1977cb

#1977cb #cb1977 #77cb19

Analogous Colors of #1977cb

#1977cb #191ecb #19cbc6

Monochromatic Colors of #1977cb

#1977cb

Complementary Color

#1977cb #cb6d19

#1977cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1977cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1977cb Color CSS Codes

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

#1977cb Text Font Color

<p style="color:#1977cb">Text here</p>

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


#1977cb Background Color

<div style="background-color:#1977cb">
Div content here</div>

This div background color is #1977cb


#1977cb Border Color

<div style="border:3px solid #1977cb">
Div here</div>

This div border color is #1977cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,119,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1977cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1977cb;
  -webkit-box-shadow: 1px 1px 3px 2px #1977cb;
  box-shadow:         1px 1px 3px 2px #1977cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,119,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1977cb


Comments

No comments written yet.

Please login to write comment.