Color Hex Logo

#1471cb Color Hex

#1471CB
(20,113,203)
0 Favorites   0 Comments

Color spaces of #1471cb

RGB 20113203
HSL0.580.820.44
HSV210°90°80°
CMYK 0.900.440.00   0.20
XYZ16.973116.270858.7459
Yxy16.27080.18450.1769
Hunter Lab40.33714.5196-58.1125
CIE-Lab47.32788.5997-53.6322

#1471cb color RGB value is (20,113,203).

#1471cb hex color red value is 20, green value is 113 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1471cb hue: 0.58 , saturation: 0.82 and the lightness value of 1471cb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110001 11001011
Octal 24 161 313
Decimal 20 113 203
Hex 14 71 CB

RGB Percentages of Color #1471cb

%5.95
%33.63
%60.42

CMYK Percentages of Color #1471cb

%90
%44
%0
%20

Triadic Colors of #1471cb

#1471cb #cb1471 #71cb14

Analogous Colors of #1471cb

#1471cb #1416cb #14cbca

Monochromatic Colors of #1471cb

#1471cb

Complementary Color

#1471cb #cb6e14

#1471cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1471cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1471cb Color CSS Codes

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

#1471cb Text Font Color

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

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


#1471cb Background Color

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

This div background color is #1471cb


#1471cb Border Color

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

This div border color is #1471cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,113,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 #1471cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1471cb


Comments

No comments written yet.

Please login to write comment.