Shades of Dodger Blue #1589FA
Tints of Dodger Blue #1589FA
RGB
CMYK
RGB Variations
Color information
#1589FA (or 0x1589FA) is known color: Dodger Blue. HEX triplet: 15, 89 and FA. RGB value is (21,137,250). Sum of RGB (Red+Green+Blue) = 21+137+250=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #1589FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1589FA is #EA7605. Grayscale: #727272. Windows color (decimal): -15365638 or 16419093. OLE color: 16419093.
HSL color Cylindrical-coordinate representation of color #1589FA: hue angle of 209.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1589FA is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 137 | 250 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.02 |
| HSL | 209.61º | 0.96% | 0.53% | - |
| HSV(B) | 209.61º | 0.92% | 0.98% | - |
| XYZ | 26.51 | 24.95 | 93.86 | - |
| YUV | 115.2 | 204.07 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 137 | 250 | 0.92 | 0.45 | 0 | 0.02 | 209.61 | 0.96 | 0.53 |
| Hex | 15 | 89 | FA | 5C | 2D | 0 | 2 | D2 | 60 | 35 |
| Octal | 25 | 211 | 372 | 134 | 55 | 0 | 2 | 322 | 140 | 65 |
| Binary | 10101 | 10001001 | 11111010 | 1011100 | 101101 | 0 | 10 | 11010010 | 1100000 | 110101 |
Color Harmonies of #1589FA
Complementary color
Monochromatic Colors of #1589FA
Black with #1589FA
Text Example
Text Example
White with #1589FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1589FA; }
p { color: rgb(21,137,250); }
H1.HeaderClassName
{
color: #1589FA;
}
.AnyTagClassName
{
color: #1589FA;
}
</style>
background-color css
<style>
a { background-color: #1589FA; }
a { background-color: rgb(21,137,250); }
div.DivClassName
{
background-color: #1589FA;
}
.BgClassName
{
background-color: #1589FA;
}
</style>
border-color css
<style>
span { border-color: #1589FA; }
span { border-color: rgb(21,137,250); }
td.TdClassName
{
border-color: #1589FA;
}
.TagClassName
{
border-color: #1589FA;
}
</style>