Shades of Dodger Blue #1589FF
Tints of Dodger Blue #1589FF
RGB
CMYK
RGB Variations
Color information
#1589FF (or 0x1589FF) is known color: Dodger Blue. HEX triplet: 15, 89 and FF. RGB value is (21,137,255). Sum of RGB (Red+Green+Blue) = 21+137+255=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #1589FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1589FF is #EA7600. Grayscale: #737373. Windows color (decimal): -15365633 or 16746773. OLE color: 16746773.
HSL color Cylindrical-coordinate representation of color #1589FF: hue angle of 210.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1589FF is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 137 | 255 | - |
| CMYK | 0.92 | 0.46 | 0 | 0 |
| HSL | 210.26º | 1% | 0.54% | - |
| HSV(B) | 210.26º | 0.92% | 1% | - |
| XYZ | 27.3 | 25.27 | 98.05 | - |
| YUV | 115.77 | 206.57 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 137 | 255 | 0.92 | 0.46 | 0 | 0 | 210.26 | 1 | 0.54 |
| Hex | 15 | 89 | FF | 5C | 2E | 0 | 0 | D2 | 64 | 36 |
| Octal | 25 | 211 | 377 | 134 | 56 | 0 | 0 | 322 | 144 | 66 |
| Binary | 10101 | 10001001 | 11111111 | 1011100 | 101110 | 0 | 0 | 11010010 | 1100100 | 110110 |
Color Harmonies of #1589FF
Complementary color
Monochromatic Colors of #1589FF
Black with #1589FF
Text Example
Text Example
White with #1589FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1589FF; }
p { color: rgb(21,137,255); }
H1.HeaderClassName
{
color: #1589FF;
}
.AnyTagClassName
{
color: #1589FF;
}
</style>
background-color css
<style>
a { background-color: #1589FF; }
a { background-color: rgb(21,137,255); }
div.DivClassName
{
background-color: #1589FF;
}
.BgClassName
{
background-color: #1589FF;
}
</style>
border-color css
<style>
span { border-color: #1589FF; }
span { border-color: rgb(21,137,255); }
td.TdClassName
{
border-color: #1589FF;
}
.TagClassName
{
border-color: #1589FF;
}
</style>