Shades of Dodger Blue #2881DD
Tints of Dodger Blue #2881DD
RGB
CMYK
RGB Variations
Color information
#2881DD (or 0x2881DD) is known color: Dodger Blue. HEX triplet: 28, 81 and DD. RGB value is (40,129,221). Sum of RGB (Red+Green+Blue) = 40+129+221=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #2881DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2881DD is #D77E22. Grayscale: #707070. Windows color (decimal): -14122531 or 14516520. OLE color: 14516520.
HSL color Cylindrical-coordinate representation of color #2881DD: hue angle of 210.5º 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 #2881DD is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 129 | 221 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.13 |
| HSL | 210.5º | 0.73% | 0.51% | - |
| HSV(B) | 210.5º | 0.82% | 0.87% | - |
| XYZ | 21.78 | 21.37 | 71.38 | - |
| YUV | 112.88 | 189.01 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 221 | 0.82 | 0.42 | 0 | 0.13 | 210.5 | 0.73 | 0.51 |
| Hex | 28 | 81 | DD | 52 | 2A | 0 | D | D2 | 49 | 33 |
| Octal | 50 | 201 | 335 | 122 | 52 | 0 | 15 | 322 | 111 | 63 |
| Binary | 101000 | 10000001 | 11011101 | 1010010 | 101010 | 0 | 1101 | 11010010 | 1001001 | 110011 |
Color Harmonies of #2881DD
Complementary color
Monochromatic Colors of #2881DD
Black with #2881DD
Text Example
Text Example
White with #2881DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2881DD; }
p { color: rgb(40,129,221); }
H1.HeaderClassName
{
color: #2881DD;
}
.AnyTagClassName
{
color: #2881DD;
}
</style>
background-color css
<style>
a { background-color: #2881DD; }
a { background-color: rgb(40,129,221); }
div.DivClassName
{
background-color: #2881DD;
}
.BgClassName
{
background-color: #2881DD;
}
</style>
border-color css
<style>
span { border-color: #2881DD; }
span { border-color: rgb(40,129,221); }
td.TdClassName
{
border-color: #2881DD;
}
.TagClassName
{
border-color: #2881DD;
}
</style>