Shades of Dodger Blue #19A8FE
Tints of Dodger Blue #19A8FE
RGB
CMYK
RGB Variations
Color information
#19A8FE (or 0x19A8FE) is known color: Dodger Blue. HEX triplet: 19, A8 and FE. RGB value is (25,168,254). Sum of RGB (Red+Green+Blue) = 25+168+254=447 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.59% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #19A8FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A8FE is #E65701. Grayscale: #868686. Windows color (decimal): -15095554 or 16689177. OLE color: 16689177.
HSL color Cylindrical-coordinate representation of color #19A8FE: hue angle of 202.53º 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 #19A8FE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 168 | 254 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.00 |
| HSL | 202.53º | 0.99% | 0.55% | - |
| HSV(B) | 202.53º | 0.9% | 1% | - |
| XYZ | 32.29 | 35.37 | 98.89 | - |
| YUV | 135.05 | 195.12 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 254 | 0.90 | 0.34 | 0 | 0.00 | 202.53 | 0.99 | 0.55 |
| Hex | 19 | A8 | FE | 5A | 22 | 0 | 0 | CB | 63 | 37 |
| Octal | 31 | 250 | 376 | 132 | 42 | 0 | 0 | 313 | 143 | 67 |
| Binary | 11001 | 10101000 | 11111110 | 1011010 | 100010 | 0 | 0 | 11001011 | 1100011 | 110111 |
Color Harmonies of #19A8FE
Complementary color
Monochromatic Colors of #19A8FE
Black with #19A8FE
Text Example
Text Example
White with #19A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8FE; }
p { color: rgb(25,168,254); }
H1.HeaderClassName
{
color: #19A8FE;
}
.AnyTagClassName
{
color: #19A8FE;
}
</style>
background-color css
<style>
a { background-color: #19A8FE; }
a { background-color: rgb(25,168,254); }
div.DivClassName
{
background-color: #19A8FE;
}
.BgClassName
{
background-color: #19A8FE;
}
</style>
border-color css
<style>
span { border-color: #19A8FE; }
span { border-color: rgb(25,168,254); }
td.TdClassName
{
border-color: #19A8FE;
}
.TagClassName
{
border-color: #19A8FE;
}
</style>