Color Hex Logo

#1457be Color Hex

#1457BE
(20,87,190)
0 Favorites   0 Comments

Color spaces of #1457be

RGB 2087190
HSL0.600.810.41
HSV216°89°75°
CMYK 0.890.540.00   0.25
XYZ12.990910.682850.0925
Yxy10.68280.17610.1448
Hunter Lab32.684613.7492-67.9889
CIE-Lab39.041020.3095-59.4971

#1457be color RGB value is (20,87,190).

#1457be hex color red value is 20, green value is 87 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1457be hue: 0.60 , saturation: 0.81 and the lightness value of 1457be is 0.41.

The process color (four color CMYK) of #1457be color hex is 0.89, 0.54, 0.00, 0.25. Web safe color of #1457be is #0066cc. Color #1457be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010111 10111110
Octal 24 127 276
Decimal 20 87 190
Hex 14 57 BE

RGB Percentages of Color #1457be

%6.73
%29.29
%63.97

CMYK Percentages of Color #1457be

%89
%54
%0
%25

Triadic Colors of #1457be

#1457be #be1457 #57be14

Analogous Colors of #1457be

#1457be #2614be #14acbe

Monochromatic Colors of #1457be

#1457be

Complementary Color

#1457be #be7b14

#1457be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1457be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1457be Color CSS Codes

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

#1457be Text Font Color

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

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


#1457be Background Color

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

This div background color is #1457be


#1457be Border Color

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

This div border color is #1457be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1457be


Comments

No comments written yet.

Please login to write comment.