Color Hex Logo

#1470cd Color Hex

#1470CD
(20,112,205)
0 Favorites   0 Comments

Color spaces of #1470cd

RGB 20112205
HSL0.580.820.44
HSV210°90°80°
CMYK 0.900.450.00   0.20
XYZ17.102116.144859.9725
Yxy16.14480.18350.1732
Hunter Lab40.18065.6591-60.3683
CIE-Lab47.163910.0177-55.0402

#1470cd color RGB value is (20,112,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110000 11001101
Octal 24 160 315
Decimal 20 112 205
Hex 14 70 CD

RGB Percentages of Color #1470cd

%5.93
%33.23
%60.83

CMYK Percentages of Color #1470cd

%90
%45
%0
%20

Triadic Colors of #1470cd

#1470cd #cd1470 #70cd14

Analogous Colors of #1470cd

#1470cd #1514cd #14cdcd

Monochromatic Colors of #1470cd

#1470cd

Complementary Color

#1470cd #cd7114

#1470cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1470cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1470cd Color CSS Codes

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

#1470cd Text Font Color

<p style="color:#1470cd">Text here</p>

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


#1470cd Background Color

<div style="background-color:#1470cd">
Div content here</div>

This div background color is #1470cd


#1470cd Border Color

<div style="border:3px solid #1470cd">
Div here</div>

This div border color is #1470cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,112,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1470cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1470cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1470cd;
  box-shadow:         1px 1px 3px 2px #1470cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,112,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1470cd


Comments

No comments written yet.

Please login to write comment.