Shades of Dodger Blue #19ACFE
Tints of Dodger Blue #19ACFE
RGB
CMYK
RGB Variations
Color information
#19ACFE (or 0x19ACFE) is known color: Dodger Blue. HEX triplet: 19, AC and FE. RGB value is (25,172,254). Sum of RGB (Red+Green+Blue) = 25+172+254=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #19ACFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ACFE is #E65301. Grayscale: #888888. Windows color (decimal): -15094530 or 16690201. OLE color: 16690201.
HSL color Cylindrical-coordinate representation of color #19ACFE: hue angle of 201.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ACFE is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 172 | 254 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.00 |
| HSL | 201.48º | 0.99% | 0.55% | - |
| HSV(B) | 201.48º | 0.9% | 1% | - |
| XYZ | 33.04 | 36.87 | 99.14 | - |
| YUV | 137.4 | 193.8 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 254 | 0.90 | 0.32 | 0 | 0.00 | 201.48 | 0.99 | 0.55 |
| Hex | 19 | AC | FE | 5A | 20 | 0 | 0 | C9 | 63 | 37 |
| Octal | 31 | 254 | 376 | 132 | 40 | 0 | 0 | 311 | 143 | 67 |
| Binary | 11001 | 10101100 | 11111110 | 1011010 | 100000 | 0 | 0 | 11001001 | 1100011 | 110111 |
Color Harmonies of #19ACFE
Complementary color
Monochromatic Colors of #19ACFE
Black with #19ACFE
Text Example
Text Example
White with #19ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ACFE; }
p { color: rgb(25,172,254); }
H1.HeaderClassName
{
color: #19ACFE;
}
.AnyTagClassName
{
color: #19ACFE;
}
</style>
background-color css
<style>
a { background-color: #19ACFE; }
a { background-color: rgb(25,172,254); }
div.DivClassName
{
background-color: #19ACFE;
}
.BgClassName
{
background-color: #19ACFE;
}
</style>
border-color css
<style>
span { border-color: #19ACFE; }
span { border-color: rgb(25,172,254); }
td.TdClassName
{
border-color: #19ACFE;
}
.TagClassName
{
border-color: #19ACFE;
}
</style>