Shades of Dodger Blue #19A8ED
Tints of Dodger Blue #19A8ED
RGB
CMYK
RGB Variations
Color information
#19A8ED (or 0x19A8ED) is known color: Dodger Blue. HEX triplet: 19, A8 and ED. RGB value is (25,168,237). Sum of RGB (Red+Green+Blue) = 25+168+237=430 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.81% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #19A8ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A8ED is #E65712. Grayscale: #848484. Windows color (decimal): -15095571 or 15575065. OLE color: 15575065.
HSL color Cylindrical-coordinate representation of color #19A8ED: hue angle of 199.53º 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 #19A8ED is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 168 | 237 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.07 |
| HSL | 199.53º | 0.85% | 0.51% | - |
| HSV(B) | 199.53º | 0.89% | 0.93% | - |
| XYZ | 29.69 | 34.33 | 85.18 | - |
| YUV | 133.11 | 186.62 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 237 | 0.89 | 0.29 | 0 | 0.07 | 199.53 | 0.85 | 0.51 |
| Hex | 19 | A8 | ED | 59 | 1D | 0 | 7 | C8 | 55 | 33 |
| Octal | 31 | 250 | 355 | 131 | 35 | 0 | 7 | 310 | 125 | 63 |
| Binary | 11001 | 10101000 | 11101101 | 1011001 | 11101 | 0 | 111 | 11001000 | 1010101 | 110011 |
Color Harmonies of #19A8ED
Complementary color
Monochromatic Colors of #19A8ED
Black with #19A8ED
Text Example
Text Example
White with #19A8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8ED; }
p { color: rgb(25,168,237); }
H1.HeaderClassName
{
color: #19A8ED;
}
.AnyTagClassName
{
color: #19A8ED;
}
</style>
background-color css
<style>
a { background-color: #19A8ED; }
a { background-color: rgb(25,168,237); }
div.DivClassName
{
background-color: #19A8ED;
}
.BgClassName
{
background-color: #19A8ED;
}
</style>
border-color css
<style>
span { border-color: #19A8ED; }
span { border-color: rgb(25,168,237); }
td.TdClassName
{
border-color: #19A8ED;
}
.TagClassName
{
border-color: #19A8ED;
}
</style>