Color Hex Logo

#1458ed Color Hex

#1458ED
(20,88,237)
0 Favorites   0 Comments

Color spaces of #1458ed

RGB 2088237
HSL0.610.860.50
HSV221°92°93°
CMYK 0.920.630.00   0.07
XYZ19.064313.242681.6720
Yxy13.24260.16730.1162
Hunter Lab36.390429.8299-107.5930
CIE-Lab43.126537.8272-79.7770

#1458ed color RGB value is (20,88,237).

#1458ed hex color red value is 20, green value is 88 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1458ed hue: 0.61 , saturation: 0.86 and the lightness value of 1458ed is 0.50.

The process color (four color CMYK) of #1458ed color hex is 0.92, 0.63, 0.00, 0.07. Web safe color of #1458ed is #0066ff. Color #1458ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011000 11101101
Octal 24 130 355
Decimal 20 88 237
Hex 14 58 ED

RGB Percentages of Color #1458ed

%5.80
%25.51
%68.70

CMYK Percentages of Color #1458ed

%92
%63
%0
%7

Triadic Colors of #1458ed

#1458ed #ed1458 #58ed14

Analogous Colors of #1458ed

#1458ed #3c14ed #14c5ed

Monochromatic Colors of #1458ed

#1458ed

Complementary Color

#1458ed #eda914

#1458ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1458ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1458ed Color CSS Codes

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

#1458ed Text Font Color

<p style="color:#1458ed">Text here</p>

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


#1458ed Background Color

<div style="background-color:#1458ed">
Div content here</div>

This div background color is #1458ed


#1458ed Border Color

<div style="border:3px solid #1458ed">
Div here</div>

This div border color is #1458ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,88,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1458ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1458ed;
  -webkit-box-shadow: 1px 1px 3px 2px #1458ed;
  box-shadow:         1px 1px 3px 2px #1458ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1458ed


Comments

No comments written yet.

Please login to write comment.