Shades of Dodger Blue #19AAF8
Tints of Dodger Blue #19AAF8
RGB
CMYK
RGB Variations
Color information
#19AAF8 (or 0x19AAF8) is known color: Dodger Blue. HEX triplet: 19, AA and F8. RGB value is (25,170,248). Sum of RGB (Red+Green+Blue) = 25+170+248=443 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.64% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #19AAF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AAF8 is #E65507. Grayscale: #878787. Windows color (decimal): -15095048 or 16296473. OLE color: 16296473.
HSL color Cylindrical-coordinate representation of color #19AAF8: hue angle of 200.99º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AAF8 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 170 | 248 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.03 |
| HSL | 200.99º | 0.94% | 0.54% | - |
| HSV(B) | 200.99º | 0.9% | 0.97% | - |
| XYZ | 31.72 | 35.73 | 94.03 | - |
| YUV | 135.54 | 191.46 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 248 | 0.90 | 0.31 | 0 | 0.03 | 200.99 | 0.94 | 0.54 |
| Hex | 19 | AA | F8 | 5A | 1F | 0 | 3 | C9 | 5E | 36 |
| Octal | 31 | 252 | 370 | 132 | 37 | 0 | 3 | 311 | 136 | 66 |
| Binary | 11001 | 10101010 | 11111000 | 1011010 | 11111 | 0 | 11 | 11001001 | 1011110 | 110110 |
Color Harmonies of #19AAF8
Complementary color
Monochromatic Colors of #19AAF8
Black with #19AAF8
Text Example
Text Example
White with #19AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AAF8; }
p { color: rgb(25,170,248); }
H1.HeaderClassName
{
color: #19AAF8;
}
.AnyTagClassName
{
color: #19AAF8;
}
</style>
background-color css
<style>
a { background-color: #19AAF8; }
a { background-color: rgb(25,170,248); }
div.DivClassName
{
background-color: #19AAF8;
}
.BgClassName
{
background-color: #19AAF8;
}
</style>
border-color css
<style>
span { border-color: #19AAF8; }
span { border-color: rgb(25,170,248); }
td.TdClassName
{
border-color: #19AAF8;
}
.TagClassName
{
border-color: #19AAF8;
}
</style>