Shades of Dodger Blue #2886DB
Tints of Dodger Blue #2886DB
RGB
CMYK
RGB Variations
Color information
#2886DB (or 0x2886DB) is known color: Dodger Blue. HEX triplet: 28, 86 and DB. RGB value is (40,134,219). Sum of RGB (Red+Green+Blue) = 40+134+219=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #2886DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2886DB is #D77924. Grayscale: #737373. Windows color (decimal): -14121253 or 14386728. OLE color: 14386728.
HSL color Cylindrical-coordinate representation of color #2886DB: hue angle of 208.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2886DB is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 134 | 219 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.14 |
| HSL | 208.49º | 0.71% | 0.51% | - |
| HSV(B) | 208.49º | 0.82% | 0.86% | - |
| XYZ | 22.19 | 22.62 | 70.21 | - |
| YUV | 115.58 | 186.36 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 219 | 0.82 | 0.39 | 0 | 0.14 | 208.49 | 0.71 | 0.51 |
| Hex | 28 | 86 | DB | 52 | 27 | 0 | E | D0 | 47 | 33 |
| Octal | 50 | 206 | 333 | 122 | 47 | 0 | 16 | 320 | 107 | 63 |
| Binary | 101000 | 10000110 | 11011011 | 1010010 | 100111 | 0 | 1110 | 11010000 | 1000111 | 110011 |
Color Harmonies of #2886DB
Complementary color
Monochromatic Colors of #2886DB
Black with #2886DB
Text Example
Text Example
White with #2886DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2886DB; }
p { color: rgb(40,134,219); }
H1.HeaderClassName
{
color: #2886DB;
}
.AnyTagClassName
{
color: #2886DB;
}
</style>
background-color css
<style>
a { background-color: #2886DB; }
a { background-color: rgb(40,134,219); }
div.DivClassName
{
background-color: #2886DB;
}
.BgClassName
{
background-color: #2886DB;
}
</style>
border-color css
<style>
span { border-color: #2886DB; }
span { border-color: rgb(40,134,219); }
td.TdClassName
{
border-color: #2886DB;
}
.TagClassName
{
border-color: #2886DB;
}
</style>