Shades of Dodger Blue #1589FE
Tints of Dodger Blue #1589FE
RGB
CMYK
RGB Variations
Color information
#1589FE (or 0x1589FE) is known color: Dodger Blue. HEX triplet: 15, 89 and FE. RGB value is (21,137,254). Sum of RGB (Red+Green+Blue) = 21+137+254=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #1589FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1589FE is #EA7601. Grayscale: #737373. Windows color (decimal): -15365634 or 16681237. OLE color: 16681237.
HSL color Cylindrical-coordinate representation of color #1589FE: hue angle of 210.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1589FE is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 137 | 254 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.00 |
| HSL | 210.13º | 0.99% | 0.54% | - |
| HSV(B) | 210.13º | 0.92% | 1% | - |
| XYZ | 27.14 | 25.21 | 97.2 | - |
| YUV | 115.65 | 206.07 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 137 | 254 | 0.92 | 0.46 | 0 | 0.00 | 210.13 | 0.99 | 0.54 |
| Hex | 15 | 89 | FE | 5C | 2E | 0 | 0 | D2 | 63 | 36 |
| Octal | 25 | 211 | 376 | 134 | 56 | 0 | 0 | 322 | 143 | 66 |
| Binary | 10101 | 10001001 | 11111110 | 1011100 | 101110 | 0 | 0 | 11010010 | 1100011 | 110110 |
Color Harmonies of #1589FE
Complementary color
Monochromatic Colors of #1589FE
Black with #1589FE
Text Example
Text Example
White with #1589FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1589FE; }
p { color: rgb(21,137,254); }
H1.HeaderClassName
{
color: #1589FE;
}
.AnyTagClassName
{
color: #1589FE;
}
</style>
background-color css
<style>
a { background-color: #1589FE; }
a { background-color: rgb(21,137,254); }
div.DivClassName
{
background-color: #1589FE;
}
.BgClassName
{
background-color: #1589FE;
}
</style>
border-color css
<style>
span { border-color: #1589FE; }
span { border-color: rgb(21,137,254); }
td.TdClassName
{
border-color: #1589FE;
}
.TagClassName
{
border-color: #1589FE;
}
</style>