Color Hex Logo

#1497cc Color Hex

#1497CC
(20,151,204)
0 Favorites   0 Comments

Color spaces of #1497cc

RGB 20151204
HSL0.550.820.44
HSV197°90°80°
CMYK 0.900.260.00   0.20
XYZ22.254226.641661.0962
Yxy26.64160.20230.2422
Hunter Lab51.6155-13.3662-34.0495
CIE-Lab58.6411-13.5560-36.2695

#1497cc color RGB value is (20,151,204).

#1497cc hex color red value is 20, green value is 151 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1497cc hue: 0.55 , saturation: 0.82 and the lightness value of 1497cc is 0.44.

The process color (four color CMYK) of #1497cc color hex is 0.90, 0.26, 0.00, 0.20. Web safe color of #1497cc is #0099cc. Color #1497cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010111 11001100
Octal 24 227 314
Decimal 20 151 204
Hex 14 97 CC

RGB Percentages of Color #1497cc

%5.33
%40.27
%54.40

CMYK Percentages of Color #1497cc

%90
%26
%0
%20

Triadic Colors of #1497cc

#1497cc #cc1497 #97cc14

Analogous Colors of #1497cc

#1497cc #143bcc #14cca5

Monochromatic Colors of #1497cc

#1497cc

Complementary Color

#1497cc #cc4914

#1497cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1497cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1497cc Color CSS Codes

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

#1497cc Text Font Color

<p style="color:#1497cc">Text here</p>

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


#1497cc Background Color

<div style="background-color:#1497cc">
Div content here</div>

This div background color is #1497cc


#1497cc Border Color

<div style="border:3px solid #1497cc">
Div here</div>

This div border color is #1497cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,151,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1497cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1497cc;
  -webkit-box-shadow: 1px 1px 3px 2px #1497cc;
  box-shadow:         1px 1px 3px 2px #1497cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1497cc


Comments

No comments written yet.

Please login to write comment.