Shades of Dodger Blue #2091EF
Tints of Dodger Blue #2091EF
RGB
CMYK
RGB Variations
Color information
#2091EF (or 0x2091EF) is known color: Dodger Blue. HEX triplet: 20, 91 and EF. RGB value is (32,145,239). Sum of RGB (Red+Green+Blue) = 32+145+239=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #2091EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2091EF is #DF6E10. Grayscale: #797979. Windows color (decimal): -14642705 or 15700256. OLE color: 15700256.
HSL color Cylindrical-coordinate representation of color #2091EF: hue angle of 207.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2091EF is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 145 | 239 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.06 |
| HSL | 207.25º | 0.87% | 0.53% | - |
| HSV(B) | 207.25º | 0.87% | 0.94% | - |
| XYZ | 26.3 | 26.79 | 85.45 | - |
| YUV | 121.93 | 194.06 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 239 | 0.87 | 0.39 | 0 | 0.06 | 207.25 | 0.87 | 0.53 |
| Hex | 20 | 91 | EF | 57 | 27 | 0 | 6 | CF | 57 | 35 |
| Octal | 40 | 221 | 357 | 127 | 47 | 0 | 6 | 317 | 127 | 65 |
| Binary | 100000 | 10010001 | 11101111 | 1010111 | 100111 | 0 | 110 | 11001111 | 1010111 | 110101 |
Color Harmonies of #2091EF
Complementary color
Monochromatic Colors of #2091EF
Black with #2091EF
Text Example
Text Example
White with #2091EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2091EF; }
p { color: rgb(32,145,239); }
H1.HeaderClassName
{
color: #2091EF;
}
.AnyTagClassName
{
color: #2091EF;
}
</style>
background-color css
<style>
a { background-color: #2091EF; }
a { background-color: rgb(32,145,239); }
div.DivClassName
{
background-color: #2091EF;
}
.BgClassName
{
background-color: #2091EF;
}
</style>
border-color css
<style>
span { border-color: #2091EF; }
span { border-color: rgb(32,145,239); }
td.TdClassName
{
border-color: #2091EF;
}
.TagClassName
{
border-color: #2091EF;
}
</style>