Shades of Dodger Blue #19A7FE
Tints of Dodger Blue #19A7FE
RGB
CMYK
RGB Variations
Color information
#19A7FE (or 0x19A7FE) is known color: Dodger Blue. HEX triplet: 19, A7 and FE. RGB value is (25,167,254). Sum of RGB (Red+Green+Blue) = 25+167+254=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #19A7FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A7FE is #E65801. Grayscale: #858585. Windows color (decimal): -15095810 or 16688921. OLE color: 16688921.
HSL color Cylindrical-coordinate representation of color #19A7FE: hue angle of 202.79º 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 #19A7FE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 167 | 254 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.00 |
| HSL | 202.79º | 0.99% | 0.55% | - |
| HSV(B) | 202.79º | 0.9% | 1% | - |
| XYZ | 32.11 | 35 | 98.83 | - |
| YUV | 134.46 | 195.46 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 167 | 254 | 0.90 | 0.34 | 0 | 0.00 | 202.79 | 0.99 | 0.55 |
| Hex | 19 | A7 | FE | 5A | 22 | 0 | 0 | CB | 63 | 37 |
| Octal | 31 | 247 | 376 | 132 | 42 | 0 | 0 | 313 | 143 | 67 |
| Binary | 11001 | 10100111 | 11111110 | 1011010 | 100010 | 0 | 0 | 11001011 | 1100011 | 110111 |
Color Harmonies of #19A7FE
Complementary color
Monochromatic Colors of #19A7FE
Black with #19A7FE
Text Example
Text Example
White with #19A7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A7FE; }
p { color: rgb(25,167,254); }
H1.HeaderClassName
{
color: #19A7FE;
}
.AnyTagClassName
{
color: #19A7FE;
}
</style>
background-color css
<style>
a { background-color: #19A7FE; }
a { background-color: rgb(25,167,254); }
div.DivClassName
{
background-color: #19A7FE;
}
.BgClassName
{
background-color: #19A7FE;
}
</style>
border-color css
<style>
span { border-color: #19A7FE; }
span { border-color: rgb(25,167,254); }
td.TdClassName
{
border-color: #19A7FE;
}
.TagClassName
{
border-color: #19A7FE;
}
</style>