Shades of Dodger Blue #2880DD
Tints of Dodger Blue #2880DD
RGB
CMYK
RGB Variations
Color information
#2880DD (or 0x2880DD) is known color: Dodger Blue. HEX triplet: 28, 80 and DD. RGB value is (40,128,221). Sum of RGB (Red+Green+Blue) = 40+128+221=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #2880DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2880DD is #D77F22. Grayscale: #6F6F6F. Windows color (decimal): -14122787 or 14516264. OLE color: 14516264.
HSL color Cylindrical-coordinate representation of color #2880DD: hue angle of 210.83º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2880DD is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 128 | 221 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.13 |
| HSL | 210.83º | 0.73% | 0.51% | - |
| HSV(B) | 210.83º | 0.82% | 0.87% | - |
| XYZ | 21.65 | 21.11 | 71.34 | - |
| YUV | 112.29 | 189.35 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 221 | 0.82 | 0.42 | 0 | 0.13 | 210.83 | 0.73 | 0.51 |
| Hex | 28 | 80 | DD | 52 | 2A | 0 | D | D3 | 49 | 33 |
| Octal | 50 | 200 | 335 | 122 | 52 | 0 | 15 | 323 | 111 | 63 |
| Binary | 101000 | 10000000 | 11011101 | 1010010 | 101010 | 0 | 1101 | 11010011 | 1001001 | 110011 |
Color Harmonies of #2880DD
Complementary color
Monochromatic Colors of #2880DD
Black with #2880DD
Text Example
Text Example
White with #2880DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2880DD; }
p { color: rgb(40,128,221); }
H1.HeaderClassName
{
color: #2880DD;
}
.AnyTagClassName
{
color: #2880DD;
}
</style>
background-color css
<style>
a { background-color: #2880DD; }
a { background-color: rgb(40,128,221); }
div.DivClassName
{
background-color: #2880DD;
}
.BgClassName
{
background-color: #2880DD;
}
</style>
border-color css
<style>
span { border-color: #2880DD; }
span { border-color: rgb(40,128,221); }
td.TdClassName
{
border-color: #2880DD;
}
.TagClassName
{
border-color: #2880DD;
}
</style>