Shades of Dodger Blue #2881E8
Tints of Dodger Blue #2881E8
RGB
CMYK
RGB Variations
Color information
#2881E8 (or 0x2881E8) is known color: Dodger Blue. HEX triplet: 28, 81 and E8. RGB value is (40,129,232). Sum of RGB (Red+Green+Blue) = 40+129+232=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 232 (91.02% from 255 or 57.86% from 401); Max value from RGB is 232 - color contains mainly: blue. Hex color #2881E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2881E8 is #D77E17. Grayscale: #717171. Windows color (decimal): -14122520 or 15237416. OLE color: 15237416.
HSL color Cylindrical-coordinate representation of color #2881E8: hue angle of 212.19º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2881E8 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 129 | 232 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.09 |
| HSL | 212.19º | 0.81% | 0.53% | - |
| HSV(B) | 212.19º | 0.83% | 0.91% | - |
| XYZ | 23.29 | 21.98 | 79.36 | - |
| YUV | 114.13 | 194.51 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 232 | 0.83 | 0.44 | 0 | 0.09 | 212.19 | 0.81 | 0.53 |
| Hex | 28 | 81 | E8 | 53 | 2C | 0 | 9 | D4 | 51 | 35 |
| Octal | 50 | 201 | 350 | 123 | 54 | 0 | 11 | 324 | 121 | 65 |
| Binary | 101000 | 10000001 | 11101000 | 1010011 | 101100 | 0 | 1001 | 11010100 | 1010001 | 110101 |
Color Harmonies of #2881E8
Complementary color
Monochromatic Colors of #2881E8
Black with #2881E8
Text Example
Text Example
White with #2881E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2881E8; }
p { color: rgb(40,129,232); }
H1.HeaderClassName
{
color: #2881E8;
}
.AnyTagClassName
{
color: #2881E8;
}
</style>
background-color css
<style>
a { background-color: #2881E8; }
a { background-color: rgb(40,129,232); }
div.DivClassName
{
background-color: #2881E8;
}
.BgClassName
{
background-color: #2881E8;
}
</style>
border-color css
<style>
span { border-color: #2881E8; }
span { border-color: rgb(40,129,232); }
td.TdClassName
{
border-color: #2881E8;
}
.TagClassName
{
border-color: #2881E8;
}
</style>