Shades of Dodger Blue #199AEC
Tints of Dodger Blue #199AEC
RGB
CMYK
RGB Variations
Color information
#199AEC (or 0x199AEC) is known color: Dodger Blue. HEX triplet: 19, 9A and EC. RGB value is (25,154,236). Sum of RGB (Red+Green+Blue) = 25+154+236=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #199AEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199AEC is #E66513. Grayscale: #7C7C7C. Windows color (decimal): -15099156 or 15505945. OLE color: 15505945.
HSL color Cylindrical-coordinate representation of color #199AEC: hue angle of 203.32º 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 #199AEC is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 154 | 236 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.07 |
| HSL | 203.32º | 0.85% | 0.51% | - |
| HSV(B) | 203.32º | 0.89% | 0.93% | - |
| XYZ | 27.1 | 29.37 | 83.6 | - |
| YUV | 124.78 | 190.76 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 236 | 0.89 | 0.35 | 0 | 0.07 | 203.32 | 0.85 | 0.51 |
| Hex | 19 | 9A | EC | 59 | 23 | 0 | 7 | CB | 55 | 33 |
| Octal | 31 | 232 | 354 | 131 | 43 | 0 | 7 | 313 | 125 | 63 |
| Binary | 11001 | 10011010 | 11101100 | 1011001 | 100011 | 0 | 111 | 11001011 | 1010101 | 110011 |
Color Harmonies of #199AEC
Complementary color
Monochromatic Colors of #199AEC
Black with #199AEC
Text Example
Text Example
White with #199AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199AEC; }
p { color: rgb(25,154,236); }
H1.HeaderClassName
{
color: #199AEC;
}
.AnyTagClassName
{
color: #199AEC;
}
</style>
background-color css
<style>
a { background-color: #199AEC; }
a { background-color: rgb(25,154,236); }
div.DivClassName
{
background-color: #199AEC;
}
.BgClassName
{
background-color: #199AEC;
}
</style>
border-color css
<style>
span { border-color: #199AEC; }
span { border-color: rgb(25,154,236); }
td.TdClassName
{
border-color: #199AEC;
}
.TagClassName
{
border-color: #199AEC;
}
</style>