Shades of Dodger Blue #1996DE
Tints of Dodger Blue #1996DE
RGB
CMYK
RGB Variations
Color information
#1996DE (or 0x1996DE) is known color: Dodger Blue. HEX triplet: 19, 96 and DE. RGB value is (25,150,222). Sum of RGB (Red+Green+Blue) = 25+150+222=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #1996DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996DE is #E66921. Grayscale: #787878. Windows color (decimal): -15100194 or 14587417. OLE color: 14587417.
HSL color Cylindrical-coordinate representation of color #1996DE: hue angle of 201.93º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1996DE is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 150 | 222 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.13 |
| HSL | 201.93º | 0.8% | 0.48% | - |
| HSV(B) | 201.93º | 0.89% | 0.87% | - |
| XYZ | 24.49 | 27.29 | 73.08 | - |
| YUV | 120.83 | 185.09 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 222 | 0.89 | 0.32 | 0 | 0.13 | 201.93 | 0.8 | 0.48 |
| Hex | 19 | 96 | DE | 59 | 20 | 0 | D | CA | 50 | 30 |
| Octal | 31 | 226 | 336 | 131 | 40 | 0 | 15 | 312 | 120 | 60 |
| Binary | 11001 | 10010110 | 11011110 | 1011001 | 100000 | 0 | 1101 | 11001010 | 1010000 | 110000 |
Color Harmonies of #1996DE
Complementary color
Monochromatic Colors of #1996DE
Black with #1996DE
Text Example
Text Example
White with #1996DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1996DE; }
p { color: rgb(25,150,222); }
H1.HeaderClassName
{
color: #1996DE;
}
.AnyTagClassName
{
color: #1996DE;
}
</style>
background-color css
<style>
a { background-color: #1996DE; }
a { background-color: rgb(25,150,222); }
div.DivClassName
{
background-color: #1996DE;
}
.BgClassName
{
background-color: #1996DE;
}
</style>
border-color css
<style>
span { border-color: #1996DE; }
span { border-color: rgb(25,150,222); }
td.TdClassName
{
border-color: #1996DE;
}
.TagClassName
{
border-color: #1996DE;
}
</style>