Shades of Dodger Blue #19A7FA
Tints of Dodger Blue #19A7FA
RGB
CMYK
RGB Variations
Color information
#19A7FA (or 0x19A7FA) is known color: Dodger Blue. HEX triplet: 19, A7 and FA. RGB value is (25,167,250). Sum of RGB (Red+Green+Blue) = 25+167+250=442 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.66% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #19A7FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A7FA is #E65805. Grayscale: #858585. Windows color (decimal): -15095814 or 16426777. OLE color: 16426777.
HSL color Cylindrical-coordinate representation of color #19A7FA: hue angle of 202.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19A7FA is Cyan = 0.9, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 167 | 250 | - |
| CMYK | 0.9 | 0.33 | 0 | 0.02 |
| HSL | 202.13º | 0.96% | 0.54% | - |
| HSV(B) | 202.13º | 0.9% | 0.98% | - |
| XYZ | 31.47 | 34.75 | 95.49 | - |
| YUV | 134 | 193.46 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 167 | 250 | 0.9 | 0.33 | 0 | 0.02 | 202.13 | 0.96 | 0.54 |
| Hex | 19 | A7 | FA | 5A | 21 | 0 | 2 | CA | 60 | 36 |
| Octal | 31 | 247 | 372 | 132 | 41 | 0 | 2 | 312 | 140 | 66 |
| Binary | 11001 | 10100111 | 11111010 | 1011010 | 100001 | 0 | 10 | 11001010 | 1100000 | 110110 |
Color Harmonies of #19A7FA
Complementary color
Monochromatic Colors of #19A7FA
Black with #19A7FA
Text Example
Text Example
White with #19A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A7FA; }
p { color: rgb(25,167,250); }
H1.HeaderClassName
{
color: #19A7FA;
}
.AnyTagClassName
{
color: #19A7FA;
}
</style>
background-color css
<style>
a { background-color: #19A7FA; }
a { background-color: rgb(25,167,250); }
div.DivClassName
{
background-color: #19A7FA;
}
.BgClassName
{
background-color: #19A7FA;
}
</style>
border-color css
<style>
span { border-color: #19A7FA; }
span { border-color: rgb(25,167,250); }
td.TdClassName
{
border-color: #19A7FA;
}
.TagClassName
{
border-color: #19A7FA;
}
</style>