Shades of Dodger Blue #1589DA
Tints of Dodger Blue #1589DA
RGB
CMYK
RGB Variations
Color information
#1589DA (or 0x1589DA) is known color: Dodger Blue. HEX triplet: 15, 89 and DA. RGB value is (21,137,218). Sum of RGB (Red+Green+Blue) = 21+137+218=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #1589DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1589DA is #EA7625. Grayscale: #6F6F6F. Windows color (decimal): -15365670 or 14321941. OLE color: 14321941.
HSL color Cylindrical-coordinate representation of color #1589DA: hue angle of 204.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1589DA is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 137 | 218 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.15 |
| HSL | 204.67º | 0.82% | 0.47% | - |
| HSV(B) | 204.67º | 0.9% | 0.85% | - |
| XYZ | 21.91 | 23.11 | 69.64 | - |
| YUV | 111.55 | 188.07 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 137 | 218 | 0.90 | 0.37 | 0 | 0.15 | 204.67 | 0.82 | 0.47 |
| Hex | 15 | 89 | DA | 5A | 25 | 0 | F | CD | 52 | 2F |
| Octal | 25 | 211 | 332 | 132 | 45 | 0 | 17 | 315 | 122 | 57 |
| Binary | 10101 | 10001001 | 11011010 | 1011010 | 100101 | 0 | 1111 | 11001101 | 1010010 | 101111 |
Color Harmonies of #1589DA
Complementary color
Monochromatic Colors of #1589DA
Black with #1589DA
Text Example
Text Example
White with #1589DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1589DA; }
p { color: rgb(21,137,218); }
H1.HeaderClassName
{
color: #1589DA;
}
.AnyTagClassName
{
color: #1589DA;
}
</style>
background-color css
<style>
a { background-color: #1589DA; }
a { background-color: rgb(21,137,218); }
div.DivClassName
{
background-color: #1589DA;
}
.BgClassName
{
background-color: #1589DA;
}
</style>
border-color css
<style>
span { border-color: #1589DA; }
span { border-color: rgb(21,137,218); }
td.TdClassName
{
border-color: #1589DA;
}
.TagClassName
{
border-color: #1589DA;
}
</style>