Shades of Dodger Blue #19ABEF
Tints of Dodger Blue #19ABEF
RGB
CMYK
RGB Variations
Color information
#19ABEF (or 0x19ABEF) is known color: Dodger Blue. HEX triplet: 19, AB and EF. RGB value is (25,171,239). Sum of RGB (Red+Green+Blue) = 25+171+239=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #19ABEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ABEF is #E65410. Grayscale: #868686. Windows color (decimal): -15094801 or 15706905. OLE color: 15706905.
HSL color Cylindrical-coordinate representation of color #19ABEF: hue angle of 199.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ABEF is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 171 | 239 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.06 |
| HSL | 199.07º | 0.87% | 0.52% | - |
| HSV(B) | 199.07º | 0.9% | 0.94% | - |
| XYZ | 30.54 | 35.56 | 86.92 | - |
| YUV | 135.1 | 186.63 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 239 | 0.90 | 0.28 | 0 | 0.06 | 199.07 | 0.87 | 0.52 |
| Hex | 19 | AB | EF | 5A | 1C | 0 | 6 | C7 | 57 | 34 |
| Octal | 31 | 253 | 357 | 132 | 34 | 0 | 6 | 307 | 127 | 64 |
| Binary | 11001 | 10101011 | 11101111 | 1011010 | 11100 | 0 | 110 | 11000111 | 1010111 | 110100 |
Color Harmonies of #19ABEF
Complementary color
Monochromatic Colors of #19ABEF
Black with #19ABEF
Text Example
Text Example
White with #19ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ABEF; }
p { color: rgb(25,171,239); }
H1.HeaderClassName
{
color: #19ABEF;
}
.AnyTagClassName
{
color: #19ABEF;
}
</style>
background-color css
<style>
a { background-color: #19ABEF; }
a { background-color: rgb(25,171,239); }
div.DivClassName
{
background-color: #19ABEF;
}
.BgClassName
{
background-color: #19ABEF;
}
</style>
border-color css
<style>
span { border-color: #19ABEF; }
span { border-color: rgb(25,171,239); }
td.TdClassName
{
border-color: #19ABEF;
}
.TagClassName
{
border-color: #19ABEF;
}
</style>