COLOR #1589DF

HEX: #1589DF
RGB: (21,137,223)

Color info

#1589DF contains mainly blue color. Web safe color of #1589DF is #0099CC (or #09C).

RGB color model

#1589DF color RGB value is (21,137,223).

  • red value is 21;
  • green value is 137;
  • blue value is 223.
RGB:
(21,137,223)
(8%,54%,87%)

RGB channels and saturation

R 21 of 255 = 8%
G 137 of 255 = 54%
B 223 of 255 = 87%

21
137
223

R + G + B ~ 50%. #1589DF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 137 + 223 = 381 (100%)
R 21 of 381 ~ 5.51%
G 137 of 381 ~ 35.96%
B 223 of 381 ~ 58.53%

%35.96
%58.53

CMYK color model

#1589DF color CMYK value is (91,39,0,13).

  • cyan value is 90.58%
  • magenta value is 38.57%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(91,39,0,13)
C91M39Y0K13 
(91%,39%,0%,13%)
(0.91/0.39/0.00/0.13)	

CMYK percentages

%90.58
%38.57
%0
%12.55

Codes

Color #1589DF in popluar color models

1589DF
RGB21137223
HSL206°82.79%47.84%
HSB/HSV206°90.58%87.45%
CMYK90.58%38.57%0.00%
12.55%

Color #1589DF in popluar number systems.

HEX1589DF
Decimal21137223
Binary101011000100111011111
Octal25211337

Shades and tints

Shades of #1589DF

#1589DF
(21,137,223)
#147DCB
(20,125,203)
#1371B7
(19,113,183)
#1265A3
(18,101,163)
#11598F
(17,89,143)
#104D7B
(16,77,123)
#0F4167
(15,65,103)
#0E3553
(14,53,83)
#0D293F
(13,41,63)
#0C1D2B
(12,29,43)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #1589DF

#1589DF
(21,137,223)
#2A93E1
(42,147,225)
#3F9DE3
(63,157,227)
#54A7E5
(84,167,229)
#69B1E7
(105,177,231)
#7EBBE9
(126,187,233)
#93C5EB
(147,197,235)
#A8CFED
(168,207,237)
#BDD9EF
(189,217,239)
#D2E3F1
(210,227,241)
#E7EDF3
(231,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1589DF color. Also use rgb(21,137,223) instead hex code.

Text Font Color

.myTextColor { color: #1589DF; }

<p style="color:#1589DF">This sample text font color is #1589DF.</p>

This text font color is #1589DF.


Background Color

.myBgColor { background-color: #1589DF; }

<div style="background-color:#1589DF">Inner text</div>

This div background color is #1589DF.


Border color

.myBorderColor { border: 1px solid #1589DF; }

<div style="border:3px solid #1589DF">Div</div>

This div border color is #1589DF.


Opacity

.myOpacity80 { color: #1589DF; opacity: 0.8; }

<p style="color:#1589DF;opacity:0.8;">80%</p>

Text with #1589DF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1589DF;}

<p style="text-shadow: 3px 3px 1px #1589DF">Text here.</p>

This text has shadow with #1589DF color.

.textShadow {text-shadow: 3px 3px 1px #1589DF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1589DF, 5px 5px 20px red">Text here.</p>

This text has shadow with #1589DF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1589DF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1589DF, Direction=45, Strength=4)">Text</p>

This text has shadow with #1589DF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1589DF;
  -webkit-box-shadow:	1px 1px 3px 2px #1589DF;
  box-shadow:		1px 1px 3px 2px #1589DF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1589DF;
-webkit-box-shadow: 1px 1px 3px 2px #1589DF;
box-shadow:1px 1px 3px 2px #1589DF;">
Div content here</div>
This div box has shadow with color #1589DF.

Preview

Color preview on black background

This text has color #1589DF on black background.


Color preview on white background

This text has color #1589DF on white background.



Black color preview on #1589DF background

This text has black color on #1589DF background.


White color preview on #1589DF background

This text has white color on #1589DF background.