Shades of Dodger Blue #19ABFF
Tints of Dodger Blue #19ABFF
RGB
CMYK
RGB Variations
Color information
#19ABFF (or 0x19ABFF) is known color: Dodger Blue. HEX triplet: 19, AB and FF. RGB value is (25,171,255). Sum of RGB (Red+Green+Blue) = 25+171+255=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #19ABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ABFF is #E65400. Grayscale: #888888. Windows color (decimal): -15094785 or 16755481. OLE color: 16755481.
HSL color Cylindrical-coordinate representation of color #19ABFF: hue angle of 201.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ABFF is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 171 | 255 | - |
| CMYK | 0.90 | 0.33 | 0 | 0 |
| HSL | 201.91º | 1% | 0.55% | - |
| HSV(B) | 201.91º | 0.9% | 1% | - |
| XYZ | 33.01 | 36.55 | 99.92 | - |
| YUV | 136.92 | 194.63 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 255 | 0.90 | 0.33 | 0 | 0 | 201.91 | 1 | 0.55 |
| Hex | 19 | AB | FF | 5A | 21 | 0 | 0 | CA | 64 | 37 |
| Octal | 31 | 253 | 377 | 132 | 41 | 0 | 0 | 312 | 144 | 67 |
| Binary | 11001 | 10101011 | 11111111 | 1011010 | 100001 | 0 | 0 | 11001010 | 1100100 | 110111 |
Color Harmonies of #19ABFF
Complementary color
Monochromatic Colors of #19ABFF
Black with #19ABFF
Text Example
Text Example
White with #19ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ABFF; }
p { color: rgb(25,171,255); }
H1.HeaderClassName
{
color: #19ABFF;
}
.AnyTagClassName
{
color: #19ABFF;
}
</style>
background-color css
<style>
a { background-color: #19ABFF; }
a { background-color: rgb(25,171,255); }
div.DivClassName
{
background-color: #19ABFF;
}
.BgClassName
{
background-color: #19ABFF;
}
</style>
border-color css
<style>
span { border-color: #19ABFF; }
span { border-color: rgb(25,171,255); }
td.TdClassName
{
border-color: #19ABFF;
}
.TagClassName
{
border-color: #19ABFF;
}
</style>