Shades of Dodger Blue #1996EF
Tints of Dodger Blue #1996EF
RGB
CMYK
RGB Variations
Color information
#1996EF (or 0x1996EF) is known color: Dodger Blue. HEX triplet: 19, 96 and EF. RGB value is (25,150,239). Sum of RGB (Red+Green+Blue) = 25+150+239=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #1996EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1996EF is #E66910. Grayscale: #7A7A7A. Windows color (decimal): -15100177 or 15701529. OLE color: 15701529.
HSL color Cylindrical-coordinate representation of color #1996EF: hue angle of 204.95º 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 #1996EF is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 150 | 239 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.06 |
| HSL | 204.95º | 0.87% | 0.52% | - |
| HSV(B) | 204.95º | 0.9% | 0.94% | - |
| XYZ | 26.89 | 28.25 | 85.7 | - |
| YUV | 122.77 | 193.59 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 239 | 0.90 | 0.37 | 0 | 0.06 | 204.95 | 0.87 | 0.52 |
| Hex | 19 | 96 | EF | 5A | 25 | 0 | 6 | CD | 57 | 34 |
| Octal | 31 | 226 | 357 | 132 | 45 | 0 | 6 | 315 | 127 | 64 |
| Binary | 11001 | 10010110 | 11101111 | 1011010 | 100101 | 0 | 110 | 11001101 | 1010111 | 110100 |
Color Harmonies of #1996EF
Complementary color
Monochromatic Colors of #1996EF
Black with #1996EF
Text Example
Text Example
White with #1996EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1996EF; }
p { color: rgb(25,150,239); }
H1.HeaderClassName
{
color: #1996EF;
}
.AnyTagClassName
{
color: #1996EF;
}
</style>
background-color css
<style>
a { background-color: #1996EF; }
a { background-color: rgb(25,150,239); }
div.DivClassName
{
background-color: #1996EF;
}
.BgClassName
{
background-color: #1996EF;
}
</style>
border-color css
<style>
span { border-color: #1996EF; }
span { border-color: rgb(25,150,239); }
td.TdClassName
{
border-color: #1996EF;
}
.TagClassName
{
border-color: #1996EF;
}
</style>