Shades of Dodger Blue #19ABFC
Tints of Dodger Blue #19ABFC
RGB
CMYK
RGB Variations
Color information
#19ABFC (or 0x19ABFC) is known color: Dodger Blue. HEX triplet: 19, AB and FC. RGB value is (25,171,252). Sum of RGB (Red+Green+Blue) = 25+171+252=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #19ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ABFC is #E65403. Grayscale: #888888. Windows color (decimal): -15094788 or 16558873. OLE color: 16558873.
HSL color Cylindrical-coordinate representation of color #19ABFC: hue angle of 201.41º 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 #19ABFC is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 171 | 252 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.01 |
| HSL | 201.41º | 0.97% | 0.54% | - |
| HSV(B) | 201.41º | 0.9% | 0.99% | - |
| XYZ | 32.53 | 36.36 | 97.4 | - |
| YUV | 136.58 | 193.13 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 252 | 0.90 | 0.32 | 0 | 0.01 | 201.41 | 0.97 | 0.54 |
| Hex | 19 | AB | FC | 5A | 20 | 0 | 1 | C9 | 61 | 36 |
| Octal | 31 | 253 | 374 | 132 | 40 | 0 | 1 | 311 | 141 | 66 |
| Binary | 11001 | 10101011 | 11111100 | 1011010 | 100000 | 0 | 1 | 11001001 | 1100001 | 110110 |
Color Harmonies of #19ABFC
Complementary color
Monochromatic Colors of #19ABFC
Black with #19ABFC
Text Example
Text Example
White with #19ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ABFC; }
p { color: rgb(25,171,252); }
H1.HeaderClassName
{
color: #19ABFC;
}
.AnyTagClassName
{
color: #19ABFC;
}
</style>
background-color css
<style>
a { background-color: #19ABFC; }
a { background-color: rgb(25,171,252); }
div.DivClassName
{
background-color: #19ABFC;
}
.BgClassName
{
background-color: #19ABFC;
}
</style>
border-color css
<style>
span { border-color: #19ABFC; }
span { border-color: rgb(25,171,252); }
td.TdClassName
{
border-color: #19ABFC;
}
.TagClassName
{
border-color: #19ABFC;
}
</style>