Shades of Dodger Blue #2884DE
Tints of Dodger Blue #2884DE
RGB
CMYK
RGB Variations
Color information
#2884DE (or 0x2884DE) is known color: Dodger Blue. HEX triplet: 28, 84 and DE. RGB value is (40,132,222). Sum of RGB (Red+Green+Blue) = 40+132+222=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #2884DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2884DE is #D77B21. Grayscale: #727272. Windows color (decimal): -14121762 or 14582824. OLE color: 14582824.
HSL color Cylindrical-coordinate representation of color #2884DE: hue angle of 209.67º 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 #2884DE is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 132 | 222 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.13 |
| HSL | 209.67º | 0.73% | 0.51% | - |
| HSV(B) | 209.67º | 0.82% | 0.87% | - |
| XYZ | 22.31 | 22.23 | 72.22 | - |
| YUV | 114.75 | 188.52 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 222 | 0.82 | 0.41 | 0 | 0.13 | 209.67 | 0.73 | 0.51 |
| Hex | 28 | 84 | DE | 52 | 29 | 0 | D | D2 | 49 | 33 |
| Octal | 50 | 204 | 336 | 122 | 51 | 0 | 15 | 322 | 111 | 63 |
| Binary | 101000 | 10000100 | 11011110 | 1010010 | 101001 | 0 | 1101 | 11010010 | 1001001 | 110011 |
Color Harmonies of #2884DE
Complementary color
Monochromatic Colors of #2884DE
Black with #2884DE
Text Example
Text Example
White with #2884DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2884DE; }
p { color: rgb(40,132,222); }
H1.HeaderClassName
{
color: #2884DE;
}
.AnyTagClassName
{
color: #2884DE;
}
</style>
background-color css
<style>
a { background-color: #2884DE; }
a { background-color: rgb(40,132,222); }
div.DivClassName
{
background-color: #2884DE;
}
.BgClassName
{
background-color: #2884DE;
}
</style>
border-color css
<style>
span { border-color: #2884DE; }
span { border-color: rgb(40,132,222); }
td.TdClassName
{
border-color: #2884DE;
}
.TagClassName
{
border-color: #2884DE;
}
</style>