Color Hex Logo

#1489db Color Hex

#1489DB
(20,137,219)
0 Favorites   0 Comments

Color spaces of #1489db

RGB 20137219
HSL0.570.830.47
HSV205°91°86°
CMYK 0.910.370.00   0.14
XYZ22.020323.154570.3265
Yxy23.15450.19060.2005
Hunter Lab48.1191-2.5232-52.9694
CIE-Lab55.23110.0588-50.0697

#1489db color RGB value is (20,137,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001001 11011011
Octal 24 211 333
Decimal 20 137 219
Hex 14 89 DB

RGB Percentages of Color #1489db

%5.32
%36.44
%58.24

CMYK Percentages of Color #1489db

%91
%37
%0
%14

Triadic Colors of #1489db

#1489db #db1489 #89db14

Analogous Colors of #1489db

#1489db #1426db #14dbca

Monochromatic Colors of #1489db

#1489db

Complementary Color

#1489db #db6614

#1489db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1489db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1489db Color CSS Codes

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

#1489db Text Font Color

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

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


#1489db Background Color

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

This div background color is #1489db


#1489db Border Color

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

This div border color is #1489db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1489db


Comments

No comments written yet.

Please login to write comment.