#1589EA

Color #1589EA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1589EA

Tints of Dodger Blue #1589EA

Color information

#1589EA (or 0x1589EA) is unknown color: approx Dodger Blue. HEX triplet: 15, 89 and EA. RGB value is (21,137,234). Sum of RGB (Red+Green+Blue) = 21+137+234=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #1589EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1589EA is #EA7615. Grayscale: #707070. Windows color (decimal): -15365654 or 15370517. OLE color: 15370517.

HSL color Cylindrical-coordinate representation of color #1589EA: hue angle of 207.32º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1589EA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21137234-
CMYK0.910.4100.08
HSL207.32º83.53%50%-
HSV(B)207.32º91.03%91.76%-
XYZ24.1123.9981.2-
YUV113.37196.0762.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 5.36%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 234 (91.80% from 255) = 59.69%
R=5.36%
G=34.95%
B=59.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal211372340.910.4100.08207.3283.5350
Hex1589EA5B2908cf5432
Octal252113521335101031712462
Binary101011000100111101010101101110100101000110011111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1589EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1589EA; }

 p { color: rgb(21,137,234); }

 H1.HeaderClassName
 {
   color: #1589EA;
 }
 .AnyTagClassName
 {
   color: #1589EA;
 }
</style>
background-color css

<style>
 a { background-color: #1589EA; }

 a { background-color: rgb(21,137,234); }

 div.DivClassName
 {
   background-color: #1589EA;
 }
 .BgClassName
 {
   background-color: #1589EA;
 }
</style>
border-color css

<style>
 span { border-color: #1589EA; }

 span { border-color: rgb(21,137,234); }

 td.TdClassName
 {
   border-color: #1589EA;
 }
 .TagClassName
 {
   border-color: #1589EA;
 }
</style>