Shades of Dodger Blue #2885DD
Tints of Dodger Blue #2885DD
RGB
CMYK
RGB Variations
Color information
#2885DD (or 0x2885DD) is known color: Dodger Blue. HEX triplet: 28, 85 and DD. RGB value is (40,133,221). Sum of RGB (Red+Green+Blue) = 40+133+221=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #2885DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885DD is #D77A22. Grayscale: #727272. Windows color (decimal): -14121507 or 14517544. OLE color: 14517544.
HSL color Cylindrical-coordinate representation of color #2885DD: hue angle of 209.17º 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 #2885DD is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 133 | 221 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.13 |
| HSL | 209.17º | 0.73% | 0.51% | - |
| HSV(B) | 209.17º | 0.82% | 0.87% | - |
| XYZ | 22.31 | 22.45 | 71.56 | - |
| YUV | 115.23 | 187.69 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 221 | 0.82 | 0.40 | 0 | 0.13 | 209.17 | 0.73 | 0.51 |
| Hex | 28 | 85 | DD | 52 | 28 | 0 | D | D1 | 49 | 33 |
| Octal | 50 | 205 | 335 | 122 | 50 | 0 | 15 | 321 | 111 | 63 |
| Binary | 101000 | 10000101 | 11011101 | 1010010 | 101000 | 0 | 1101 | 11010001 | 1001001 | 110011 |
Color Harmonies of #2885DD
Complementary color
Monochromatic Colors of #2885DD
Black with #2885DD
Text Example
Text Example
White with #2885DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885DD; }
p { color: rgb(40,133,221); }
H1.HeaderClassName
{
color: #2885DD;
}
.AnyTagClassName
{
color: #2885DD;
}
</style>
background-color css
<style>
a { background-color: #2885DD; }
a { background-color: rgb(40,133,221); }
div.DivClassName
{
background-color: #2885DD;
}
.BgClassName
{
background-color: #2885DD;
}
</style>
border-color css
<style>
span { border-color: #2885DD; }
span { border-color: rgb(40,133,221); }
td.TdClassName
{
border-color: #2885DD;
}
.TagClassName
{
border-color: #2885DD;
}
</style>