Shades of Dodger Blue #2096DE
Tints of Dodger Blue #2096DE
RGB
CMYK
RGB Variations
Color information
#2096DE (or 0x2096DE) is known color: Dodger Blue. HEX triplet: 20, 96 and DE. RGB value is (32,150,222). Sum of RGB (Red+Green+Blue) = 32+150+222=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #2096DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2096DE is #DF6921. Grayscale: #7A7A7A. Windows color (decimal): -14641442 or 14587424. OLE color: 14587424.
HSL color Cylindrical-coordinate representation of color #2096DE: hue angle of 202.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2096DE is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 150 | 222 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.13 |
| HSL | 202.74º | 0.75% | 0.5% | - |
| HSV(B) | 202.74º | 0.86% | 0.87% | - |
| XYZ | 24.69 | 27.39 | 73.09 | - |
| YUV | 122.93 | 183.91 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 222 | 0.86 | 0.32 | 0 | 0.13 | 202.74 | 0.75 | 0.5 |
| Hex | 20 | 96 | DE | 56 | 20 | 0 | D | CB | 4B | 32 |
| Octal | 40 | 226 | 336 | 126 | 40 | 0 | 15 | 313 | 113 | 62 |
| Binary | 100000 | 10010110 | 11011110 | 1010110 | 100000 | 0 | 1101 | 11001011 | 1001011 | 110010 |
Color Harmonies of #2096DE
Complementary color
Monochromatic Colors of #2096DE
Black with #2096DE
Text Example
Text Example
White with #2096DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2096DE; }
p { color: rgb(32,150,222); }
H1.HeaderClassName
{
color: #2096DE;
}
.AnyTagClassName
{
color: #2096DE;
}
</style>
background-color css
<style>
a { background-color: #2096DE; }
a { background-color: rgb(32,150,222); }
div.DivClassName
{
background-color: #2096DE;
}
.BgClassName
{
background-color: #2096DE;
}
</style>
border-color css
<style>
span { border-color: #2096DE; }
span { border-color: rgb(32,150,222); }
td.TdClassName
{
border-color: #2096DE;
}
.TagClassName
{
border-color: #2096DE;
}
</style>