Shades of Dodger Blue #19A8EE
Tints of Dodger Blue #19A8EE
RGB
CMYK
RGB Variations
Color information
#19A8EE (or 0x19A8EE) is known color: Dodger Blue. HEX triplet: 19, A8 and EE. RGB value is (25,168,238). Sum of RGB (Red+Green+Blue) = 25+168+238=431 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.80% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #19A8EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A8EE is #E65711. Grayscale: #848484. Windows color (decimal): -15095570 or 15640601. OLE color: 15640601.
HSL color Cylindrical-coordinate representation of color #19A8EE: hue angle of 199.72º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19A8EE is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 168 | 238 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.07 |
| HSL | 199.72º | 0.86% | 0.52% | - |
| HSV(B) | 199.72º | 0.89% | 0.93% | - |
| XYZ | 29.84 | 34.38 | 85.95 | - |
| YUV | 133.22 | 187.12 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 238 | 0.89 | 0.29 | 0 | 0.07 | 199.72 | 0.86 | 0.52 |
| Hex | 19 | A8 | EE | 59 | 1D | 0 | 7 | C8 | 56 | 34 |
| Octal | 31 | 250 | 356 | 131 | 35 | 0 | 7 | 310 | 126 | 64 |
| Binary | 11001 | 10101000 | 11101110 | 1011001 | 11101 | 0 | 111 | 11001000 | 1010110 | 110100 |
Color Harmonies of #19A8EE
Complementary color
Monochromatic Colors of #19A8EE
Black with #19A8EE
Text Example
Text Example
White with #19A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8EE; }
p { color: rgb(25,168,238); }
H1.HeaderClassName
{
color: #19A8EE;
}
.AnyTagClassName
{
color: #19A8EE;
}
</style>
background-color css
<style>
a { background-color: #19A8EE; }
a { background-color: rgb(25,168,238); }
div.DivClassName
{
background-color: #19A8EE;
}
.BgClassName
{
background-color: #19A8EE;
}
</style>
border-color css
<style>
span { border-color: #19A8EE; }
span { border-color: rgb(25,168,238); }
td.TdClassName
{
border-color: #19A8EE;
}
.TagClassName
{
border-color: #19A8EE;
}
</style>