Color Hex Logo

#1489df Color Hex

#1489DF
(20,137,223)
0 Favorites   0 Comments

Color spaces of #1489df

RGB 20137223
HSL0.570.840.48
HSV205°91°87°
CMYK 0.910.390.00   0.13
XYZ22.553423.367873.1338
Yxy23.36780.18940.1963
Hunter Lab48.3403-1.3153-55.8615
CIE-Lab55.44921.5773-51.9641

#1489df color RGB value is (20,137,223).

#1489df hex color red value is 20, green value is 137 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1489df hue: 0.57 , saturation: 0.84 and the lightness value of 1489df is 0.48.

The process color (four color CMYK) of #1489df color hex is 0.91, 0.39, 0.00, 0.13. Web safe color of #1489df is #0099cc. Color #1489df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001001 11011111
Octal 24 211 337
Decimal 20 137 223
Hex 14 89 DF

RGB Percentages of Color #1489df

%5.26
%36.05
%58.68

CMYK Percentages of Color #1489df

%91
%39
%0
%13

Triadic Colors of #1489df

#1489df #df1489 #89df14

Analogous Colors of #1489df

#1489df #1424df #14dfd0

Monochromatic Colors of #1489df

#1489df

Complementary Color

#1489df #df6a14

#1489df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1489df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1489df Color CSS Codes

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

#1489df Text Font Color

<p style="color:#1489df">Text here</p>

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


#1489df Background Color

<div style="background-color:#1489df">
Div content here</div>

This div background color is #1489df


#1489df Border Color

<div style="border:3px solid #1489df">
Div here</div>

This div border color is #1489df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,137,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1489df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1489df;
  -webkit-box-shadow: 1px 1px 3px 2px #1489df;
  box-shadow:         1px 1px 3px 2px #1489df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1489df


Comments

No comments written yet.

Please login to write comment.