Shades of Dodger Blue #2084DC
Tints of Dodger Blue #2084DC
RGB
CMYK
RGB Variations
Color information
#2084DC (or 0x2084DC) is known color: Dodger Blue. HEX triplet: 20, 84 and DC. RGB value is (32,132,220). Sum of RGB (Red+Green+Blue) = 32+132+220=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #2084DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2084DC is #DF7B23. Grayscale: #6F6F6F. Windows color (decimal): -14646052 or 14451744. OLE color: 14451744.
HSL color Cylindrical-coordinate representation of color #2084DC: hue angle of 208.09º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2084DC is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 132 | 220 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.14 |
| HSL | 208.09º | 0.75% | 0.49% | - |
| HSV(B) | 208.09º | 0.85% | 0.86% | - |
| XYZ | 21.77 | 21.98 | 70.8 | - |
| YUV | 112.13 | 188.87 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 220 | 0.85 | 0.40 | 0 | 0.14 | 208.09 | 0.75 | 0.49 |
| Hex | 20 | 84 | DC | 55 | 28 | 0 | E | D0 | 4B | 31 |
| Octal | 40 | 204 | 334 | 125 | 50 | 0 | 16 | 320 | 113 | 61 |
| Binary | 100000 | 10000100 | 11011100 | 1010101 | 101000 | 0 | 1110 | 11010000 | 1001011 | 110001 |
Color Harmonies of #2084DC
Complementary color
Monochromatic Colors of #2084DC
Black with #2084DC
Text Example
Text Example
White with #2084DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2084DC; }
p { color: rgb(32,132,220); }
H1.HeaderClassName
{
color: #2084DC;
}
.AnyTagClassName
{
color: #2084DC;
}
</style>
background-color css
<style>
a { background-color: #2084DC; }
a { background-color: rgb(32,132,220); }
div.DivClassName
{
background-color: #2084DC;
}
.BgClassName
{
background-color: #2084DC;
}
</style>
border-color css
<style>
span { border-color: #2084DC; }
span { border-color: rgb(32,132,220); }
td.TdClassName
{
border-color: #2084DC;
}
.TagClassName
{
border-color: #2084DC;
}
</style>