Shades of Dodger Blue #199CEC
Tints of Dodger Blue #199CEC
RGB
CMYK
RGB Variations
Color information
#199CEC (or 0x199CEC) is known color: Dodger Blue. HEX triplet: 19, 9C and EC. RGB value is (25,156,236). Sum of RGB (Red+Green+Blue) = 25+156+236=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #199CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CEC is #E66313. Grayscale: #7D7D7D. Windows color (decimal): -15098644 or 15506457. OLE color: 15506457.
HSL color Cylindrical-coordinate representation of color #199CEC: hue angle of 202.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199CEC is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 156 | 236 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.07 |
| HSL | 202.75º | 0.85% | 0.51% | - |
| HSV(B) | 202.75º | 0.89% | 0.93% | - |
| XYZ | 27.43 | 30.04 | 83.71 | - |
| YUV | 125.95 | 190.1 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 236 | 0.89 | 0.34 | 0 | 0.07 | 202.75 | 0.85 | 0.51 |
| Hex | 19 | 9C | EC | 59 | 22 | 0 | 7 | CB | 55 | 33 |
| Octal | 31 | 234 | 354 | 131 | 42 | 0 | 7 | 313 | 125 | 63 |
| Binary | 11001 | 10011100 | 11101100 | 1011001 | 100010 | 0 | 111 | 11001011 | 1010101 | 110011 |
Color Harmonies of #199CEC
Complementary color
Monochromatic Colors of #199CEC
Black with #199CEC
Text Example
Text Example
White with #199CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CEC; }
p { color: rgb(25,156,236); }
H1.HeaderClassName
{
color: #199CEC;
}
.AnyTagClassName
{
color: #199CEC;
}
</style>
background-color css
<style>
a { background-color: #199CEC; }
a { background-color: rgb(25,156,236); }
div.DivClassName
{
background-color: #199CEC;
}
.BgClassName
{
background-color: #199CEC;
}
</style>
border-color css
<style>
span { border-color: #199CEC; }
span { border-color: rgb(25,156,236); }
td.TdClassName
{
border-color: #199CEC;
}
.TagClassName
{
border-color: #199CEC;
}
</style>