Shades of Dodger Blue #2885DA
Tints of Dodger Blue #2885DA
RGB
CMYK
RGB Variations
Color information
#2885DA (or 0x2885DA) is known color: Dodger Blue. HEX triplet: 28, 85 and DA. RGB value is (40,133,218). Sum of RGB (Red+Green+Blue) = 40+133+218=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #2885DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885DA is #D77A25. Grayscale: #727272. Windows color (decimal): -14121510 or 14320936. OLE color: 14320936.
HSL color Cylindrical-coordinate representation of color #2885DA: hue angle of 208.65º 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 #2885DA is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 133 | 218 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.15 |
| HSL | 208.65º | 0.71% | 0.51% | - |
| HSV(B) | 208.65º | 0.82% | 0.85% | - |
| XYZ | 21.92 | 22.29 | 69.48 | - |
| YUV | 114.88 | 186.19 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 218 | 0.82 | 0.39 | 0 | 0.15 | 208.65 | 0.71 | 0.51 |
| Hex | 28 | 85 | DA | 52 | 27 | 0 | F | D1 | 47 | 33 |
| Octal | 50 | 205 | 332 | 122 | 47 | 0 | 17 | 321 | 107 | 63 |
| Binary | 101000 | 10000101 | 11011010 | 1010010 | 100111 | 0 | 1111 | 11010001 | 1000111 | 110011 |
Color Harmonies of #2885DA
Complementary color
Monochromatic Colors of #2885DA
Black with #2885DA
Text Example
Text Example
White with #2885DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885DA; }
p { color: rgb(40,133,218); }
H1.HeaderClassName
{
color: #2885DA;
}
.AnyTagClassName
{
color: #2885DA;
}
</style>
background-color css
<style>
a { background-color: #2885DA; }
a { background-color: rgb(40,133,218); }
div.DivClassName
{
background-color: #2885DA;
}
.BgClassName
{
background-color: #2885DA;
}
</style>
border-color css
<style>
span { border-color: #2885DA; }
span { border-color: rgb(40,133,218); }
td.TdClassName
{
border-color: #2885DA;
}
.TagClassName
{
border-color: #2885DA;
}
</style>