Shades of Dodger Blue #2880E8
Tints of Dodger Blue #2880E8
RGB
CMYK
RGB Variations
Color information
#2880E8 (or 0x2880E8) is known color: Dodger Blue. HEX triplet: 28, 80 and E8. RGB value is (40,128,232). Sum of RGB (Red+Green+Blue) = 40+128+232=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 232 (91.02% from 255 or 58% from 400); Max value from RGB is 232 - color contains mainly: blue. Hex color #2880E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2880E8 is #D77F17. Grayscale: #717171. Windows color (decimal): -14122776 or 15237160. OLE color: 15237160.
HSL color Cylindrical-coordinate representation of color #2880E8: hue angle of 212.5º 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 #2880E8 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 128 | 232 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.09 |
| HSL | 212.5º | 0.81% | 0.53% | - |
| HSV(B) | 212.5º | 0.83% | 0.91% | - |
| XYZ | 23.16 | 21.72 | 79.31 | - |
| YUV | 113.54 | 194.85 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 232 | 0.83 | 0.45 | 0 | 0.09 | 212.5 | 0.81 | 0.53 |
| Hex | 28 | 80 | E8 | 53 | 2D | 0 | 9 | D4 | 51 | 35 |
| Octal | 50 | 200 | 350 | 123 | 55 | 0 | 11 | 324 | 121 | 65 |
| Binary | 101000 | 10000000 | 11101000 | 1010011 | 101101 | 0 | 1001 | 11010100 | 1010001 | 110101 |
Color Harmonies of #2880E8
Complementary color
Monochromatic Colors of #2880E8
Black with #2880E8
Text Example
Text Example
White with #2880E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2880E8; }
p { color: rgb(40,128,232); }
H1.HeaderClassName
{
color: #2880E8;
}
.AnyTagClassName
{
color: #2880E8;
}
</style>
background-color css
<style>
a { background-color: #2880E8; }
a { background-color: rgb(40,128,232); }
div.DivClassName
{
background-color: #2880E8;
}
.BgClassName
{
background-color: #2880E8;
}
</style>
border-color css
<style>
span { border-color: #2880E8; }
span { border-color: rgb(40,128,232); }
td.TdClassName
{
border-color: #2880E8;
}
.TagClassName
{
border-color: #2880E8;
}
</style>