Shades of Dodger Blue #19A2FF
Tints of Dodger Blue #19A2FF
RGB
CMYK
RGB Variations
Color information
#19A2FF (or 0x19A2FF) is known color: Dodger Blue. HEX triplet: 19, A2 and FF. RGB value is (25,162,255). Sum of RGB (Red+Green+Blue) = 25+162+255=442 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.66% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #19A2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A2FF is #E65D00. Grayscale: #838383. Windows color (decimal): -15097089 or 16753177. OLE color: 16753177.
HSL color Cylindrical-coordinate representation of color #19A2FF: hue angle of 204.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19A2FF is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 162 | 255 | - |
| CMYK | 0.90 | 0.36 | 0 | 0 |
| HSL | 204.26º | 1% | 0.55% | - |
| HSV(B) | 204.26º | 0.9% | 1% | - |
| XYZ | 31.37 | 33.27 | 99.38 | - |
| YUV | 131.64 | 197.61 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 255 | 0.90 | 0.36 | 0 | 0 | 204.26 | 1 | 0.55 |
| Hex | 19 | A2 | FF | 5A | 24 | 0 | 0 | CC | 64 | 37 |
| Octal | 31 | 242 | 377 | 132 | 44 | 0 | 0 | 314 | 144 | 67 |
| Binary | 11001 | 10100010 | 11111111 | 1011010 | 100100 | 0 | 0 | 11001100 | 1100100 | 110111 |
Color Harmonies of #19A2FF
Complementary color
Monochromatic Colors of #19A2FF
Black with #19A2FF
Text Example
Text Example
White with #19A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A2FF; }
p { color: rgb(25,162,255); }
H1.HeaderClassName
{
color: #19A2FF;
}
.AnyTagClassName
{
color: #19A2FF;
}
</style>
background-color css
<style>
a { background-color: #19A2FF; }
a { background-color: rgb(25,162,255); }
div.DivClassName
{
background-color: #19A2FF;
}
.BgClassName
{
background-color: #19A2FF;
}
</style>
border-color css
<style>
span { border-color: #19A2FF; }
span { border-color: rgb(25,162,255); }
td.TdClassName
{
border-color: #19A2FF;
}
.TagClassName
{
border-color: #19A2FF;
}
</style>