Shades of Dodger Blue #199CE9
Tints of Dodger Blue #199CE9
RGB
CMYK
RGB Variations
Color information
#199CE9 (or 0x199CE9) is known color: Dodger Blue. HEX triplet: 19, 9C and E9. RGB value is (25,156,233). Sum of RGB (Red+Green+Blue) = 25+156+233=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 233 (91.41% from 255 or 56.28% from 414); Max value from RGB is 233 - color contains mainly: blue. Hex color #199CE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CE9 is #E66316. Grayscale: #7D7D7D. Windows color (decimal): -15098647 or 15309849. OLE color: 15309849.
HSL color Cylindrical-coordinate representation of color #199CE9: hue angle of 202.21º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199CE9 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 156 | 233 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.09 |
| HSL | 202.21º | 0.83% | 0.51% | - |
| HSV(B) | 202.21º | 0.89% | 0.91% | - |
| XYZ | 27 | 29.87 | 81.43 | - |
| YUV | 125.61 | 188.6 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 233 | 0.89 | 0.33 | 0 | 0.09 | 202.21 | 0.83 | 0.51 |
| Hex | 19 | 9C | E9 | 59 | 21 | 0 | 9 | CA | 53 | 33 |
| Octal | 31 | 234 | 351 | 131 | 41 | 0 | 11 | 312 | 123 | 63 |
| Binary | 11001 | 10011100 | 11101001 | 1011001 | 100001 | 0 | 1001 | 11001010 | 1010011 | 110011 |
Color Harmonies of #199CE9
Complementary color
Monochromatic Colors of #199CE9
Black with #199CE9
Text Example
Text Example
White with #199CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CE9; }
p { color: rgb(25,156,233); }
H1.HeaderClassName
{
color: #199CE9;
}
.AnyTagClassName
{
color: #199CE9;
}
</style>
background-color css
<style>
a { background-color: #199CE9; }
a { background-color: rgb(25,156,233); }
div.DivClassName
{
background-color: #199CE9;
}
.BgClassName
{
background-color: #199CE9;
}
</style>
border-color css
<style>
span { border-color: #199CE9; }
span { border-color: rgb(25,156,233); }
td.TdClassName
{
border-color: #199CE9;
}
.TagClassName
{
border-color: #199CE9;
}
</style>