Shades of Dodger Blue #19A8FB
Tints of Dodger Blue #19A8FB
RGB
CMYK
RGB Variations
Color information
#19A8FB (or 0x19A8FB) is known color: Dodger Blue. HEX triplet: 19, A8 and FB. RGB value is (25,168,251). Sum of RGB (Red+Green+Blue) = 25+168+251=444 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.63% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #19A8FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A8FB is #E65704. Grayscale: #868686. Windows color (decimal): -15095557 or 16492569. OLE color: 16492569.
HSL color Cylindrical-coordinate representation of color #19A8FB: hue angle of 202.04º degrees, saturation: 0.97, 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 #19A8FB is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 168 | 251 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.02 |
| HSL | 202.04º | 0.97% | 0.54% | - |
| HSV(B) | 202.04º | 0.9% | 0.98% | - |
| XYZ | 31.82 | 35.18 | 96.38 | - |
| YUV | 134.71 | 193.62 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 251 | 0.90 | 0.33 | 0 | 0.02 | 202.04 | 0.97 | 0.54 |
| Hex | 19 | A8 | FB | 5A | 21 | 0 | 2 | CA | 61 | 36 |
| Octal | 31 | 250 | 373 | 132 | 41 | 0 | 2 | 312 | 141 | 66 |
| Binary | 11001 | 10101000 | 11111011 | 1011010 | 100001 | 0 | 10 | 11001010 | 1100001 | 110110 |
Color Harmonies of #19A8FB
Complementary color
Monochromatic Colors of #19A8FB
Black with #19A8FB
Text Example
Text Example
White with #19A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8FB; }
p { color: rgb(25,168,251); }
H1.HeaderClassName
{
color: #19A8FB;
}
.AnyTagClassName
{
color: #19A8FB;
}
</style>
background-color css
<style>
a { background-color: #19A8FB; }
a { background-color: rgb(25,168,251); }
div.DivClassName
{
background-color: #19A8FB;
}
.BgClassName
{
background-color: #19A8FB;
}
</style>
border-color css
<style>
span { border-color: #19A8FB; }
span { border-color: rgb(25,168,251); }
td.TdClassName
{
border-color: #19A8FB;
}
.TagClassName
{
border-color: #19A8FB;
}
</style>