Shades of Dodger Blue #2882EA
Tints of Dodger Blue #2882EA
RGB
CMYK
RGB Variations
Color information
#2882EA (or 0x2882EA) is known color: Dodger Blue. HEX triplet: 28, 82 and EA. RGB value is (40,130,234). Sum of RGB (Red+Green+Blue) = 40+130+234=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #2882EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2882EA is #D77D15. Grayscale: #727272. Windows color (decimal): -14122262 or 15368744. OLE color: 15368744.
HSL color Cylindrical-coordinate representation of color #2882EA: hue angle of 212.16º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2882EA is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 130 | 234 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.08 |
| HSL | 212.16º | 0.82% | 0.54% | - |
| HSV(B) | 212.16º | 0.83% | 0.92% | - |
| XYZ | 23.71 | 22.36 | 80.91 | - |
| YUV | 114.95 | 195.18 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 234 | 0.83 | 0.44 | 0 | 0.08 | 212.16 | 0.82 | 0.54 |
| Hex | 28 | 82 | EA | 53 | 2C | 0 | 8 | D4 | 52 | 36 |
| Octal | 50 | 202 | 352 | 123 | 54 | 0 | 10 | 324 | 122 | 66 |
| Binary | 101000 | 10000010 | 11101010 | 1010011 | 101100 | 0 | 1000 | 11010100 | 1010010 | 110110 |
Color Harmonies of #2882EA
Complementary color
Monochromatic Colors of #2882EA
Black with #2882EA
Text Example
Text Example
White with #2882EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2882EA; }
p { color: rgb(40,130,234); }
H1.HeaderClassName
{
color: #2882EA;
}
.AnyTagClassName
{
color: #2882EA;
}
</style>
background-color css
<style>
a { background-color: #2882EA; }
a { background-color: rgb(40,130,234); }
div.DivClassName
{
background-color: #2882EA;
}
.BgClassName
{
background-color: #2882EA;
}
</style>
border-color css
<style>
span { border-color: #2882EA; }
span { border-color: rgb(40,130,234); }
td.TdClassName
{
border-color: #2882EA;
}
.TagClassName
{
border-color: #2882EA;
}
</style>