Color Hex Logo

#1497ea Color Hex

#1497EA
(20,151,234)
0 Favorites   0 Comments

Color spaces of #1497ea

RGB 20151234
HSL0.560.840.50
HSV203°91°92°
CMYK 0.910.350.00   0.08
XYZ26.206428.222581.9082
Yxy28.22250.19220.2070
Hunter Lab53.1249-4.9147-54.2263
CIE-Lab60.0892-2.5392-50.7060

#1497ea color RGB value is (20,151,234).

#1497ea hex color red value is 20, green value is 151 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1497ea hue: 0.56 , saturation: 0.84 and the lightness value of 1497ea is 0.50.

The process color (four color CMYK) of #1497ea color hex is 0.91, 0.35, 0.00, 0.08. Web safe color of #1497ea is #0099ff. Color #1497ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010111 11101010
Octal 24 227 352
Decimal 20 151 234
Hex 14 97 EA

RGB Percentages of Color #1497ea

%4.94
%37.28
%57.78

CMYK Percentages of Color #1497ea

%91
%35
%0
%8

Triadic Colors of #1497ea

#1497ea #ea1497 #97ea14

Analogous Colors of #1497ea

#1497ea #142cea #14ead2

Monochromatic Colors of #1497ea

#1497ea

Complementary Color

#1497ea #ea6714

#1497ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1497ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1497ea Color CSS Codes

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

#1497ea Text Font Color

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

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


#1497ea Background Color

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

This div background color is #1497ea


#1497ea Border Color

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

This div border color is #1497ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1497ea


Comments

No comments written yet.

Please login to write comment.