Shades of Dodger Blue #1999DD
Tints of Dodger Blue #1999DD
RGB
CMYK
RGB Variations
Color information
#1999DD (or 0x1999DD) is known color: Dodger Blue. HEX triplet: 19, 99 and DD. RGB value is (25,153,221). Sum of RGB (Red+Green+Blue) = 25+153+221=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #1999DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1999DD is #E66622. Grayscale: #7A7A7A. Windows color (decimal): -15099427 or 14522649. OLE color: 14522649.
HSL color Cylindrical-coordinate representation of color #1999DD: hue angle of 200.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1999DD is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 153 | 221 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.13 |
| HSL | 200.82º | 0.8% | 0.48% | - |
| HSV(B) | 200.82º | 0.89% | 0.87% | - |
| XYZ | 24.84 | 28.21 | 72.54 | - |
| YUV | 122.48 | 183.59 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 221 | 0.89 | 0.31 | 0 | 0.13 | 200.82 | 0.8 | 0.48 |
| Hex | 19 | 99 | DD | 59 | 1F | 0 | D | C9 | 50 | 30 |
| Octal | 31 | 231 | 335 | 131 | 37 | 0 | 15 | 311 | 120 | 60 |
| Binary | 11001 | 10011001 | 11011101 | 1011001 | 11111 | 0 | 1101 | 11001001 | 1010000 | 110000 |
Color Harmonies of #1999DD
Complementary color
Monochromatic Colors of #1999DD
Black with #1999DD
Text Example
Text Example
White with #1999DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999DD; }
p { color: rgb(25,153,221); }
H1.HeaderClassName
{
color: #1999DD;
}
.AnyTagClassName
{
color: #1999DD;
}
</style>
background-color css
<style>
a { background-color: #1999DD; }
a { background-color: rgb(25,153,221); }
div.DivClassName
{
background-color: #1999DD;
}
.BgClassName
{
background-color: #1999DD;
}
</style>
border-color css
<style>
span { border-color: #1999DD; }
span { border-color: rgb(25,153,221); }
td.TdClassName
{
border-color: #1999DD;
}
.TagClassName
{
border-color: #1999DD;
}
</style>