Shades of Dodger Blue #19AAF5
Tints of Dodger Blue #19AAF5
RGB
CMYK
RGB Variations
Color information
#19AAF5 (or 0x19AAF5) is known color: Dodger Blue. HEX triplet: 19, AA and F5. RGB value is (25,170,245). Sum of RGB (Red+Green+Blue) = 25+170+245=440 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.68% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #19AAF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AAF5 is #E6550A. Grayscale: #868686. Windows color (decimal): -15095051 or 16099865. OLE color: 16099865.
HSL color Cylindrical-coordinate representation of color #19AAF5: hue angle of 200.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AAF5 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 170 | 245 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.04 |
| HSL | 200.45º | 0.92% | 0.53% | - |
| HSV(B) | 200.45º | 0.9% | 0.96% | - |
| XYZ | 31.26 | 35.55 | 91.6 | - |
| YUV | 135.2 | 189.96 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 245 | 0.90 | 0.31 | 0 | 0.04 | 200.45 | 0.92 | 0.53 |
| Hex | 19 | AA | F5 | 5A | 1F | 0 | 4 | C8 | 5C | 35 |
| Octal | 31 | 252 | 365 | 132 | 37 | 0 | 4 | 310 | 134 | 65 |
| Binary | 11001 | 10101010 | 11110101 | 1011010 | 11111 | 0 | 100 | 11001000 | 1011100 | 110101 |
Color Harmonies of #19AAF5
Complementary color
Monochromatic Colors of #19AAF5
Black with #19AAF5
Text Example
Text Example
White with #19AAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AAF5; }
p { color: rgb(25,170,245); }
H1.HeaderClassName
{
color: #19AAF5;
}
.AnyTagClassName
{
color: #19AAF5;
}
</style>
background-color css
<style>
a { background-color: #19AAF5; }
a { background-color: rgb(25,170,245); }
div.DivClassName
{
background-color: #19AAF5;
}
.BgClassName
{
background-color: #19AAF5;
}
</style>
border-color css
<style>
span { border-color: #19AAF5; }
span { border-color: rgb(25,170,245); }
td.TdClassName
{
border-color: #19AAF5;
}
.TagClassName
{
border-color: #19AAF5;
}
</style>