Shades of Dodger Blue #2082DB
Tints of Dodger Blue #2082DB
RGB
CMYK
RGB Variations
Color information
#2082DB (or 0x2082DB) is known color: Dodger Blue. HEX triplet: 20, 82 and DB. RGB value is (32,130,219). Sum of RGB (Red+Green+Blue) = 32+130+219=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #2082DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2082DB is #DF7D24. Grayscale: #6E6E6E. Windows color (decimal): -14646565 or 14385696. OLE color: 14385696.
HSL color Cylindrical-coordinate representation of color #2082DB: hue angle of 208.56º 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 #2082DB is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 130 | 219 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.14 |
| HSL | 208.56º | 0.75% | 0.49% | - |
| HSV(B) | 208.56º | 0.85% | 0.86% | - |
| XYZ | 21.36 | 21.39 | 70.02 | - |
| YUV | 110.84 | 189.03 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 219 | 0.85 | 0.41 | 0 | 0.14 | 208.56 | 0.75 | 0.49 |
| Hex | 20 | 82 | DB | 55 | 29 | 0 | E | D1 | 4B | 31 |
| Octal | 40 | 202 | 333 | 125 | 51 | 0 | 16 | 321 | 113 | 61 |
| Binary | 100000 | 10000010 | 11011011 | 1010101 | 101001 | 0 | 1110 | 11010001 | 1001011 | 110001 |
Color Harmonies of #2082DB
Complementary color
Monochromatic Colors of #2082DB
Black with #2082DB
Text Example
Text Example
White with #2082DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2082DB; }
p { color: rgb(32,130,219); }
H1.HeaderClassName
{
color: #2082DB;
}
.AnyTagClassName
{
color: #2082DB;
}
</style>
background-color css
<style>
a { background-color: #2082DB; }
a { background-color: rgb(32,130,219); }
div.DivClassName
{
background-color: #2082DB;
}
.BgClassName
{
background-color: #2082DB;
}
</style>
border-color css
<style>
span { border-color: #2082DB; }
span { border-color: rgb(32,130,219); }
td.TdClassName
{
border-color: #2082DB;
}
.TagClassName
{
border-color: #2082DB;
}
</style>