Shades of Dodger Blue #19A2FE
Tints of Dodger Blue #19A2FE
RGB
CMYK
RGB Variations
Color information
#19A2FE (or 0x19A2FE) is known color: Dodger Blue. HEX triplet: 19, A2 and FE. RGB value is (25,162,254). Sum of RGB (Red+Green+Blue) = 25+162+254=441 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.67% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #19A2FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A2FE is #E65D01. Grayscale: #838383. Windows color (decimal): -15097090 or 16687641. OLE color: 16687641.
HSL color Cylindrical-coordinate representation of color #19A2FE: hue angle of 204.1º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19A2FE is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 162 | 254 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.00 |
| HSL | 204.1º | 0.99% | 0.55% | - |
| HSV(B) | 204.1º | 0.9% | 1% | - |
| XYZ | 31.21 | 33.2 | 98.53 | - |
| YUV | 131.53 | 197.11 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 254 | 0.90 | 0.36 | 0 | 0.00 | 204.1 | 0.99 | 0.55 |
| Hex | 19 | A2 | FE | 5A | 24 | 0 | 0 | CC | 63 | 37 |
| Octal | 31 | 242 | 376 | 132 | 44 | 0 | 0 | 314 | 143 | 67 |
| Binary | 11001 | 10100010 | 11111110 | 1011010 | 100100 | 0 | 0 | 11001100 | 1100011 | 110111 |
Color Harmonies of #19A2FE
Complementary color
Monochromatic Colors of #19A2FE
Black with #19A2FE
Text Example
Text Example
White with #19A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A2FE; }
p { color: rgb(25,162,254); }
H1.HeaderClassName
{
color: #19A2FE;
}
.AnyTagClassName
{
color: #19A2FE;
}
</style>
background-color css
<style>
a { background-color: #19A2FE; }
a { background-color: rgb(25,162,254); }
div.DivClassName
{
background-color: #19A2FE;
}
.BgClassName
{
background-color: #19A2FE;
}
</style>
border-color css
<style>
span { border-color: #19A2FE; }
span { border-color: rgb(25,162,254); }
td.TdClassName
{
border-color: #19A2FE;
}
.TagClassName
{
border-color: #19A2FE;
}
</style>