Shades of Dodger Blue #199EEA
Tints of Dodger Blue #199EEA
RGB
CMYK
RGB Variations
Color information
#199EEA (or 0x199EEA) is known color: Dodger Blue. HEX triplet: 19, 9E and EA. RGB value is (25,158,234). Sum of RGB (Red+Green+Blue) = 25+158+234=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #199EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199EEA is #E66115. Grayscale: #7E7E7E. Windows color (decimal): -15098134 or 15375897. OLE color: 15375897.
HSL color Cylindrical-coordinate representation of color #199EEA: hue angle of 201.82º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199EEA is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 158 | 234 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.08 |
| HSL | 201.82º | 0.83% | 0.51% | - |
| HSV(B) | 201.82º | 0.89% | 0.92% | - |
| XYZ | 27.48 | 30.6 | 82.3 | - |
| YUV | 126.9 | 188.44 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 234 | 0.89 | 0.32 | 0 | 0.08 | 201.82 | 0.83 | 0.51 |
| Hex | 19 | 9E | EA | 59 | 20 | 0 | 8 | CA | 53 | 33 |
| Octal | 31 | 236 | 352 | 131 | 40 | 0 | 10 | 312 | 123 | 63 |
| Binary | 11001 | 10011110 | 11101010 | 1011001 | 100000 | 0 | 1000 | 11001010 | 1010011 | 110011 |
Color Harmonies of #199EEA
Complementary color
Monochromatic Colors of #199EEA
Black with #199EEA
Text Example
Text Example
White with #199EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EEA; }
p { color: rgb(25,158,234); }
H1.HeaderClassName
{
color: #199EEA;
}
.AnyTagClassName
{
color: #199EEA;
}
</style>
background-color css
<style>
a { background-color: #199EEA; }
a { background-color: rgb(25,158,234); }
div.DivClassName
{
background-color: #199EEA;
}
.BgClassName
{
background-color: #199EEA;
}
</style>
border-color css
<style>
span { border-color: #199EEA; }
span { border-color: rgb(25,158,234); }
td.TdClassName
{
border-color: #199EEA;
}
.TagClassName
{
border-color: #199EEA;
}
</style>