Shades of Dodger Blue #2084E0
Tints of Dodger Blue #2084E0
RGB
CMYK
RGB Variations
Color information
#2084E0 (or 0x2084E0) is known color: Dodger Blue. HEX triplet: 20, 84 and E0. RGB value is (32,132,224). Sum of RGB (Red+Green+Blue) = 32+132+224=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #2084E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2084E0 is #DF7B1F. Grayscale: #707070. Windows color (decimal): -14646048 or 14713888. OLE color: 14713888.
HSL color Cylindrical-coordinate representation of color #2084E0: hue angle of 208.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2084E0 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 132 | 224 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.12 |
| HSL | 208.75º | 0.76% | 0.5% | - |
| HSV(B) | 208.75º | 0.86% | 0.88% | - |
| XYZ | 22.3 | 22.19 | 73.63 | - |
| YUV | 112.59 | 190.87 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 224 | 0.86 | 0.41 | 0 | 0.12 | 208.75 | 0.76 | 0.5 |
| Hex | 20 | 84 | E0 | 56 | 29 | 0 | C | D1 | 4C | 32 |
| Octal | 40 | 204 | 340 | 126 | 51 | 0 | 14 | 321 | 114 | 62 |
| Binary | 100000 | 10000100 | 11100000 | 1010110 | 101001 | 0 | 1100 | 11010001 | 1001100 | 110010 |
Color Harmonies of #2084E0
Complementary color
Monochromatic Colors of #2084E0
Black with #2084E0
Text Example
Text Example
White with #2084E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2084E0; }
p { color: rgb(32,132,224); }
H1.HeaderClassName
{
color: #2084E0;
}
.AnyTagClassName
{
color: #2084E0;
}
</style>
background-color css
<style>
a { background-color: #2084E0; }
a { background-color: rgb(32,132,224); }
div.DivClassName
{
background-color: #2084E0;
}
.BgClassName
{
background-color: #2084E0;
}
</style>
border-color css
<style>
span { border-color: #2084E0; }
span { border-color: rgb(32,132,224); }
td.TdClassName
{
border-color: #2084E0;
}
.TagClassName
{
border-color: #2084E0;
}
</style>