Color Hex Logo

#1457eb Color Hex

#1457EB
(20,87,235)
0 Favorites   0 Comments

Color spaces of #1457eb

RGB 2087235
HSL0.610.840.50
HSV221°91°92°
CMYK 0.910.630.00   0.08
XYZ18.692112.963380.1142
Yxy12.96330.16720.1160
Hunter Lab36.004629.6618-106.7236
CIE-Lab42.707937.7145-79.3360

#1457eb color RGB value is (20,87,235).

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

The process color (four color CMYK) of #1457eb color hex is 0.91, 0.63, 0.00, 0.08. Web safe color of #1457eb is #0066ff. Color #1457eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010111 11101011
Octal 24 127 353
Decimal 20 87 235
Hex 14 57 EB

RGB Percentages of Color #1457eb

%5.85
%25.44
%68.71

CMYK Percentages of Color #1457eb

%91
%63
%0
%8

Triadic Colors of #1457eb

#1457eb #eb1457 #57eb14

Analogous Colors of #1457eb

#1457eb #3c14eb #14c3eb

Monochromatic Colors of #1457eb

#1457eb

Complementary Color

#1457eb #eba814

#1457eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1457eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1457eb Color CSS Codes

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

#1457eb Text Font Color

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

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


#1457eb Background Color

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

This div background color is #1457eb


#1457eb Border Color

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

This div border color is #1457eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1457eb


Comments

No comments written yet.

Please login to write comment.