Color Hex Logo

#1457dc Color Hex

#1457DC
(20,87,220)
0 Favorites   0 Comments

Color spaces of #1457dc

RGB 2087220
HSL0.610.830.47
HSV220°91°86°
CMYK 0.910.600.00   0.14
XYZ16.615012.132469.1762
Yxy12.13240.16970.1239
Hunter Lab34.831624.1909-93.3689
CIE-Lab41.425832.0451-72.9242

#1457dc color RGB value is (20,87,220).

#1457dc hex color red value is 20, green value is 87 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1457dc hue: 0.61 , saturation: 0.83 and the lightness value of 1457dc is 0.47.

The process color (four color CMYK) of #1457dc color hex is 0.91, 0.60, 0.00, 0.14. Web safe color of #1457dc is #0066cc. Color #1457dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010111 11011100
Octal 24 127 334
Decimal 20 87 220
Hex 14 57 DC

RGB Percentages of Color #1457dc

%6.12
%26.61
%67.28

CMYK Percentages of Color #1457dc

%91
%60
%0
%14

Triadic Colors of #1457dc

#1457dc #dc1457 #57dc14

Analogous Colors of #1457dc

#1457dc #3514dc #14bbdc

Monochromatic Colors of #1457dc

#1457dc

Complementary Color

#1457dc #dc9914

#1457dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1457dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1457dc Color CSS Codes

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

#1457dc Text Font Color

<p style="color:#1457dc">Text here</p>

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


#1457dc Background Color

<div style="background-color:#1457dc">
Div content here</div>

This div background color is #1457dc


#1457dc Border Color

<div style="border:3px solid #1457dc">
Div here</div>

This div border color is #1457dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,87,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1457dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1457dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1457dc;
  box-shadow:         1px 1px 3px 2px #1457dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1457dc


Comments

No comments written yet.

Please login to write comment.