Shades of Dodger Blue #199ADE
Tints of Dodger Blue #199ADE
RGB
CMYK
RGB Variations
Color information
#199ADE (or 0x199ADE) is known color: Dodger Blue. HEX triplet: 19, 9A and DE. RGB value is (25,154,222). Sum of RGB (Red+Green+Blue) = 25+154+222=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #199ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ADE is #E66521. Grayscale: #7A7A7A. Windows color (decimal): -15099170 or 14588441. OLE color: 14588441.
HSL color Cylindrical-coordinate representation of color #199ADE: hue angle of 200.71º 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 #199ADE is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 154 | 222 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.13 |
| HSL | 200.71º | 0.8% | 0.48% | - |
| HSV(B) | 200.71º | 0.89% | 0.87% | - |
| XYZ | 25.14 | 28.59 | 73.3 | - |
| YUV | 123.18 | 183.76 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 222 | 0.89 | 0.31 | 0 | 0.13 | 200.71 | 0.8 | 0.48 |
| Hex | 19 | 9A | DE | 59 | 1F | 0 | D | C9 | 50 | 30 |
| Octal | 31 | 232 | 336 | 131 | 37 | 0 | 15 | 311 | 120 | 60 |
| Binary | 11001 | 10011010 | 11011110 | 1011001 | 11111 | 0 | 1101 | 11001001 | 1010000 | 110000 |
Color Harmonies of #199ADE
Complementary color
Monochromatic Colors of #199ADE
Black with #199ADE
Text Example
Text Example
White with #199ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199ADE; }
p { color: rgb(25,154,222); }
H1.HeaderClassName
{
color: #199ADE;
}
.AnyTagClassName
{
color: #199ADE;
}
</style>
background-color css
<style>
a { background-color: #199ADE; }
a { background-color: rgb(25,154,222); }
div.DivClassName
{
background-color: #199ADE;
}
.BgClassName
{
background-color: #199ADE;
}
</style>
border-color css
<style>
span { border-color: #199ADE; }
span { border-color: rgb(25,154,222); }
td.TdClassName
{
border-color: #199ADE;
}
.TagClassName
{
border-color: #199ADE;
}
</style>