Shades of Dodger Blue #2882EC
Tints of Dodger Blue #2882EC
RGB
CMYK
RGB Variations
Color information
#2882EC (or 0x2882EC) is known color: Dodger Blue. HEX triplet: 28, 82 and EC. RGB value is (40,130,236). Sum of RGB (Red+Green+Blue) = 40+130+236=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #2882EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2882EC is #D77D13. Grayscale: #727272. Windows color (decimal): -14122260 or 15499816. OLE color: 15499816.
HSL color Cylindrical-coordinate representation of color #2882EC: hue angle of 212.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2882EC is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 130 | 236 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.07 |
| HSL | 212.45º | 0.84% | 0.54% | - |
| HSV(B) | 212.45º | 0.83% | 0.93% | - |
| XYZ | 24 | 22.47 | 82.43 | - |
| YUV | 115.17 | 196.18 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 236 | 0.83 | 0.45 | 0 | 0.07 | 212.45 | 0.84 | 0.54 |
| Hex | 28 | 82 | EC | 53 | 2D | 0 | 7 | D4 | 54 | 36 |
| Octal | 50 | 202 | 354 | 123 | 55 | 0 | 7 | 324 | 124 | 66 |
| Binary | 101000 | 10000010 | 11101100 | 1010011 | 101101 | 0 | 111 | 11010100 | 1010100 | 110110 |
Color Harmonies of #2882EC
Complementary color
Monochromatic Colors of #2882EC
Black with #2882EC
Text Example
Text Example
White with #2882EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2882EC; }
p { color: rgb(40,130,236); }
H1.HeaderClassName
{
color: #2882EC;
}
.AnyTagClassName
{
color: #2882EC;
}
</style>
background-color css
<style>
a { background-color: #2882EC; }
a { background-color: rgb(40,130,236); }
div.DivClassName
{
background-color: #2882EC;
}
.BgClassName
{
background-color: #2882EC;
}
</style>
border-color css
<style>
span { border-color: #2882EC; }
span { border-color: rgb(40,130,236); }
td.TdClassName
{
border-color: #2882EC;
}
.TagClassName
{
border-color: #2882EC;
}
</style>