Shades of Dodger Blue #2089EC
Tints of Dodger Blue #2089EC
RGB
CMYK
RGB Variations
Color information
#2089EC (or 0x2089EC) is known color: Dodger Blue. HEX triplet: 20, 89 and EC. RGB value is (32,137,236). Sum of RGB (Red+Green+Blue) = 32+137+236=405 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.90% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #2089EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2089EC is #DF7613. Grayscale: #747474. Windows color (decimal): -14644756 or 15501600. OLE color: 15501600.
HSL color Cylindrical-coordinate representation of color #2089EC: hue angle of 209.12º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2089EC is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 137 | 236 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.07 |
| HSL | 209.12º | 0.84% | 0.53% | - |
| HSV(B) | 209.12º | 0.86% | 0.93% | - |
| XYZ | 24.68 | 24.25 | 82.74 | - |
| YUV | 116.89 | 195.21 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 236 | 0.86 | 0.42 | 0 | 0.07 | 209.12 | 0.84 | 0.53 |
| Hex | 20 | 89 | EC | 56 | 2A | 0 | 7 | D1 | 54 | 35 |
| Octal | 40 | 211 | 354 | 126 | 52 | 0 | 7 | 321 | 124 | 65 |
| Binary | 100000 | 10001001 | 11101100 | 1010110 | 101010 | 0 | 111 | 11010001 | 1010100 | 110101 |
Color Harmonies of #2089EC
Complementary color
Monochromatic Colors of #2089EC
Black with #2089EC
Text Example
Text Example
White with #2089EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2089EC; }
p { color: rgb(32,137,236); }
H1.HeaderClassName
{
color: #2089EC;
}
.AnyTagClassName
{
color: #2089EC;
}
</style>
background-color css
<style>
a { background-color: #2089EC; }
a { background-color: rgb(32,137,236); }
div.DivClassName
{
background-color: #2089EC;
}
.BgClassName
{
background-color: #2089EC;
}
</style>
border-color css
<style>
span { border-color: #2089EC; }
span { border-color: rgb(32,137,236); }
td.TdClassName
{
border-color: #2089EC;
}
.TagClassName
{
border-color: #2089EC;
}
</style>