Shades of Dodger Blue #19A8FC
Tints of Dodger Blue #19A8FC
RGB
CMYK
RGB Variations
Color information
#19A8FC (or 0x19A8FC) is known color: Dodger Blue. HEX triplet: 19, A8 and FC. RGB value is (25,168,252). Sum of RGB (Red+Green+Blue) = 25+168+252=445 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.62% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #19A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A8FC is #E65703. Grayscale: #868686. Windows color (decimal): -15095556 or 16558105. OLE color: 16558105.
HSL color Cylindrical-coordinate representation of color #19A8FC: hue angle of 202.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19A8FC is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 168 | 252 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.01 |
| HSL | 202.2º | 0.97% | 0.54% | - |
| HSV(B) | 202.2º | 0.9% | 0.99% | - |
| XYZ | 31.97 | 35.24 | 97.21 | - |
| YUV | 134.82 | 194.12 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 252 | 0.90 | 0.33 | 0 | 0.01 | 202.2 | 0.97 | 0.54 |
| Hex | 19 | A8 | FC | 5A | 21 | 0 | 1 | CA | 61 | 36 |
| Octal | 31 | 250 | 374 | 132 | 41 | 0 | 1 | 312 | 141 | 66 |
| Binary | 11001 | 10101000 | 11111100 | 1011010 | 100001 | 0 | 1 | 11001010 | 1100001 | 110110 |
Color Harmonies of #19A8FC
Complementary color
Monochromatic Colors of #19A8FC
Black with #19A8FC
Text Example
Text Example
White with #19A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8FC; }
p { color: rgb(25,168,252); }
H1.HeaderClassName
{
color: #19A8FC;
}
.AnyTagClassName
{
color: #19A8FC;
}
</style>
background-color css
<style>
a { background-color: #19A8FC; }
a { background-color: rgb(25,168,252); }
div.DivClassName
{
background-color: #19A8FC;
}
.BgClassName
{
background-color: #19A8FC;
}
</style>
border-color css
<style>
span { border-color: #19A8FC; }
span { border-color: rgb(25,168,252); }
td.TdClassName
{
border-color: #19A8FC;
}
.TagClassName
{
border-color: #19A8FC;
}
</style>