Shades of Dodger Blue #2881DC
Tints of Dodger Blue #2881DC
RGB
CMYK
RGB Variations
Color information
#2881DC (or 0x2881DC) is known color: Dodger Blue. HEX triplet: 28, 81 and DC. RGB value is (40,129,220). Sum of RGB (Red+Green+Blue) = 40+129+220=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #2881DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2881DC is #D77E23. Grayscale: #707070. Windows color (decimal): -14122532 or 14450984. OLE color: 14450984.
HSL color Cylindrical-coordinate representation of color #2881DC: hue angle of 210.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2881DC is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 129 | 220 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.14 |
| HSL | 210.33º | 0.72% | 0.51% | - |
| HSV(B) | 210.33º | 0.82% | 0.86% | - |
| XYZ | 21.64 | 21.32 | 70.68 | - |
| YUV | 112.76 | 188.51 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 220 | 0.82 | 0.41 | 0 | 0.14 | 210.33 | 0.72 | 0.51 |
| Hex | 28 | 81 | DC | 52 | 29 | 0 | E | D2 | 48 | 33 |
| Octal | 50 | 201 | 334 | 122 | 51 | 0 | 16 | 322 | 110 | 63 |
| Binary | 101000 | 10000001 | 11011100 | 1010010 | 101001 | 0 | 1110 | 11010010 | 1001000 | 110011 |
Color Harmonies of #2881DC
Complementary color
Monochromatic Colors of #2881DC
Black with #2881DC
Text Example
Text Example
White with #2881DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2881DC; }
p { color: rgb(40,129,220); }
H1.HeaderClassName
{
color: #2881DC;
}
.AnyTagClassName
{
color: #2881DC;
}
</style>
background-color css
<style>
a { background-color: #2881DC; }
a { background-color: rgb(40,129,220); }
div.DivClassName
{
background-color: #2881DC;
}
.BgClassName
{
background-color: #2881DC;
}
</style>
border-color css
<style>
span { border-color: #2881DC; }
span { border-color: rgb(40,129,220); }
td.TdClassName
{
border-color: #2881DC;
}
.TagClassName
{
border-color: #2881DC;
}
</style>