Shades of Dodger Blue #2091DE
Tints of Dodger Blue #2091DE
RGB
CMYK
RGB Variations
Color information
#2091DE (or 0x2091DE) is known color: Dodger Blue. HEX triplet: 20, 91 and DE. RGB value is (32,145,222). Sum of RGB (Red+Green+Blue) = 32+145+222=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #2091DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2091DE is #DF6E21. Grayscale: #777777. Windows color (decimal): -14642722 or 14586144. OLE color: 14586144.
HSL color Cylindrical-coordinate representation of color #2091DE: hue angle of 204.32º 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 #2091DE is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 145 | 222 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.13 |
| HSL | 204.32º | 0.75% | 0.5% | - |
| HSV(B) | 204.32º | 0.86% | 0.87% | - |
| XYZ | 23.91 | 25.83 | 72.83 | - |
| YUV | 119.99 | 185.56 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 222 | 0.86 | 0.35 | 0 | 0.13 | 204.32 | 0.75 | 0.5 |
| Hex | 20 | 91 | DE | 56 | 23 | 0 | D | CC | 4B | 32 |
| Octal | 40 | 221 | 336 | 126 | 43 | 0 | 15 | 314 | 113 | 62 |
| Binary | 100000 | 10010001 | 11011110 | 1010110 | 100011 | 0 | 1101 | 11001100 | 1001011 | 110010 |
Color Harmonies of #2091DE
Complementary color
Monochromatic Colors of #2091DE
Black with #2091DE
Text Example
Text Example
White with #2091DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2091DE; }
p { color: rgb(32,145,222); }
H1.HeaderClassName
{
color: #2091DE;
}
.AnyTagClassName
{
color: #2091DE;
}
</style>
background-color css
<style>
a { background-color: #2091DE; }
a { background-color: rgb(32,145,222); }
div.DivClassName
{
background-color: #2091DE;
}
.BgClassName
{
background-color: #2091DE;
}
</style>
border-color css
<style>
span { border-color: #2091DE; }
span { border-color: rgb(32,145,222); }
td.TdClassName
{
border-color: #2091DE;
}
.TagClassName
{
border-color: #2091DE;
}
</style>