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