Shades of Dodger Blue #2084E6
Tints of Dodger Blue #2084E6
RGB
CMYK
RGB Variations
Color information
#2084E6 (or 0x2084E6) is known color: Dodger Blue. HEX triplet: 20, 84 and E6. RGB value is (32,132,230). Sum of RGB (Red+Green+Blue) = 32+132+230=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #2084E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2084E6 is #DF7B19. Grayscale: #707070. Windows color (decimal): -14646042 or 15107104. OLE color: 15107104.
HSL color Cylindrical-coordinate representation of color #2084E6: hue angle of 209.7º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2084E6 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 132 | 230 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.10 |
| HSL | 209.7º | 0.8% | 0.51% | - |
| HSV(B) | 209.7º | 0.86% | 0.9% | - |
| XYZ | 23.13 | 22.52 | 77.99 | - |
| YUV | 113.27 | 193.87 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 230 | 0.86 | 0.43 | 0 | 0.10 | 209.7 | 0.8 | 0.51 |
| Hex | 20 | 84 | E6 | 56 | 2B | 0 | A | D2 | 50 | 33 |
| Octal | 40 | 204 | 346 | 126 | 53 | 0 | 12 | 322 | 120 | 63 |
| Binary | 100000 | 10000100 | 11100110 | 1010110 | 101011 | 0 | 1010 | 11010010 | 1010000 | 110011 |
Color Harmonies of #2084E6
Complementary color
Monochromatic Colors of #2084E6
Black with #2084E6
Text Example
Text Example
White with #2084E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2084E6; }
p { color: rgb(32,132,230); }
H1.HeaderClassName
{
color: #2084E6;
}
.AnyTagClassName
{
color: #2084E6;
}
</style>
background-color css
<style>
a { background-color: #2084E6; }
a { background-color: rgb(32,132,230); }
div.DivClassName
{
background-color: #2084E6;
}
.BgClassName
{
background-color: #2084E6;
}
</style>
border-color css
<style>
span { border-color: #2084E6; }
span { border-color: rgb(32,132,230); }
td.TdClassName
{
border-color: #2084E6;
}
.TagClassName
{
border-color: #2084E6;
}
</style>