Shades of Dodger Blue #2091E3
Tints of Dodger Blue #2091E3
RGB
CMYK
RGB Variations
Color information
#2091E3 (or 0x2091E3) is known color: Dodger Blue. HEX triplet: 20, 91 and E3. RGB value is (32,145,227). Sum of RGB (Red+Green+Blue) = 32+145+227=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #2091E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2091E3 is #DF6E1C. Grayscale: #787878. Windows color (decimal): -14642717 or 14913824. OLE color: 14913824.
HSL color Cylindrical-coordinate representation of color #2091E3: hue angle of 205.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2091E3 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 145 | 227 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.11 |
| HSL | 205.23º | 0.78% | 0.51% | - |
| HSV(B) | 205.23º | 0.86% | 0.89% | - |
| XYZ | 24.59 | 26.1 | 76.42 | - |
| YUV | 120.56 | 188.06 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 227 | 0.86 | 0.36 | 0 | 0.11 | 205.23 | 0.78 | 0.51 |
| Hex | 20 | 91 | E3 | 56 | 24 | 0 | B | CD | 4E | 33 |
| Octal | 40 | 221 | 343 | 126 | 44 | 0 | 13 | 315 | 116 | 63 |
| Binary | 100000 | 10010001 | 11100011 | 1010110 | 100100 | 0 | 1011 | 11001101 | 1001110 | 110011 |
Color Harmonies of #2091E3
Complementary color
Monochromatic Colors of #2091E3
Black with #2091E3
Text Example
Text Example
White with #2091E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2091E3; }
p { color: rgb(32,145,227); }
H1.HeaderClassName
{
color: #2091E3;
}
.AnyTagClassName
{
color: #2091E3;
}
</style>
background-color css
<style>
a { background-color: #2091E3; }
a { background-color: rgb(32,145,227); }
div.DivClassName
{
background-color: #2091E3;
}
.BgClassName
{
background-color: #2091E3;
}
</style>
border-color css
<style>
span { border-color: #2091E3; }
span { border-color: rgb(32,145,227); }
td.TdClassName
{
border-color: #2091E3;
}
.TagClassName
{
border-color: #2091E3;
}
</style>