Shades of Dodger Blue #2884DA
Tints of Dodger Blue #2884DA
RGB
CMYK
RGB Variations
Color information
#2884DA (or 0x2884DA) is known color: Dodger Blue. HEX triplet: 28, 84 and DA. RGB value is (40,132,218). Sum of RGB (Red+Green+Blue) = 40+132+218=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #2884DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2884DA is #D77B25. Grayscale: #717171. Windows color (decimal): -14121766 or 14320680. OLE color: 14320680.
HSL color Cylindrical-coordinate representation of color #2884DA: hue angle of 208.99º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2884DA is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 132 | 218 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.15 |
| HSL | 208.99º | 0.71% | 0.51% | - |
| HSV(B) | 208.99º | 0.82% | 0.85% | - |
| XYZ | 21.78 | 22.02 | 69.43 | - |
| YUV | 114.3 | 186.52 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 218 | 0.82 | 0.39 | 0 | 0.15 | 208.99 | 0.71 | 0.51 |
| Hex | 28 | 84 | DA | 52 | 27 | 0 | F | D1 | 47 | 33 |
| Octal | 50 | 204 | 332 | 122 | 47 | 0 | 17 | 321 | 107 | 63 |
| Binary | 101000 | 10000100 | 11011010 | 1010010 | 100111 | 0 | 1111 | 11010001 | 1000111 | 110011 |
Color Harmonies of #2884DA
Complementary color
Monochromatic Colors of #2884DA
Black with #2884DA
Text Example
Text Example
White with #2884DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2884DA; }
p { color: rgb(40,132,218); }
H1.HeaderClassName
{
color: #2884DA;
}
.AnyTagClassName
{
color: #2884DA;
}
</style>
background-color css
<style>
a { background-color: #2884DA; }
a { background-color: rgb(40,132,218); }
div.DivClassName
{
background-color: #2884DA;
}
.BgClassName
{
background-color: #2884DA;
}
</style>
border-color css
<style>
span { border-color: #2884DA; }
span { border-color: rgb(40,132,218); }
td.TdClassName
{
border-color: #2884DA;
}
.TagClassName
{
border-color: #2884DA;
}
</style>