Shades of Dodger Blue #2091D8
Tints of Dodger Blue #2091D8
RGB
CMYK
RGB Variations
Color information
#2091D8 (or 0x2091D8) is known color: Dodger Blue. HEX triplet: 20, 91 and D8. RGB value is (32,145,216). Sum of RGB (Red+Green+Blue) = 32+145+216=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #2091D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2091D8 is #DF6E27. Grayscale: #767676. Windows color (decimal): -14642728 or 14192928. OLE color: 14192928.
HSL color Cylindrical-coordinate representation of color #2091D8: hue angle of 203.15º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2091D8 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 145 | 216 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.15 |
| HSL | 203.15º | 0.74% | 0.49% | - |
| HSV(B) | 203.15º | 0.85% | 0.85% | - |
| XYZ | 23.12 | 25.52 | 68.67 | - |
| YUV | 119.31 | 182.56 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 216 | 0.85 | 0.33 | 0 | 0.15 | 203.15 | 0.74 | 0.49 |
| Hex | 20 | 91 | D8 | 55 | 21 | 0 | F | CB | 4A | 31 |
| Octal | 40 | 221 | 330 | 125 | 41 | 0 | 17 | 313 | 112 | 61 |
| Binary | 100000 | 10010001 | 11011000 | 1010101 | 100001 | 0 | 1111 | 11001011 | 1001010 | 110001 |
Color Harmonies of #2091D8
Complementary color
Monochromatic Colors of #2091D8
Black with #2091D8
Text Example
Text Example
White with #2091D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2091D8; }
p { color: rgb(32,145,216); }
H1.HeaderClassName
{
color: #2091D8;
}
.AnyTagClassName
{
color: #2091D8;
}
</style>
background-color css
<style>
a { background-color: #2091D8; }
a { background-color: rgb(32,145,216); }
div.DivClassName
{
background-color: #2091D8;
}
.BgClassName
{
background-color: #2091D8;
}
</style>
border-color css
<style>
span { border-color: #2091D8; }
span { border-color: rgb(32,145,216); }
td.TdClassName
{
border-color: #2091D8;
}
.TagClassName
{
border-color: #2091D8;
}
</style>