Shades of Dodger Blue #2B86DB
Tints of Dodger Blue #2B86DB
RGB
CMYK
RGB Variations
Color information
#2B86DB (or 0x2B86DB) is known color: Dodger Blue. HEX triplet: 2B, 86 and DB. RGB value is (43,134,219). Sum of RGB (Red+Green+Blue) = 43+134+219=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B86DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B86DB is #D47924. Grayscale: #747474. Windows color (decimal): -13924645 or 14386731. OLE color: 14386731.
HSL color Cylindrical-coordinate representation of color #2B86DB: hue angle of 208.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B86DB is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 134 | 219 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.14 |
| HSL | 208.98º | 0.71% | 0.51% | - |
| HSV(B) | 208.98º | 0.8% | 0.86% | - |
| XYZ | 22.31 | 22.68 | 70.22 | - |
| YUV | 116.48 | 185.85 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 219 | 0.80 | 0.39 | 0 | 0.14 | 208.98 | 0.71 | 0.51 |
| Hex | 2B | 86 | DB | 50 | 27 | 0 | E | D1 | 47 | 33 |
| Octal | 53 | 206 | 333 | 120 | 47 | 0 | 16 | 321 | 107 | 63 |
| Binary | 101011 | 10000110 | 11011011 | 1010000 | 100111 | 0 | 1110 | 11010001 | 1000111 | 110011 |
Color Harmonies of #2B86DB
Complementary color
Monochromatic Colors of #2B86DB
Black with #2B86DB
Text Example
Text Example
White with #2B86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B86DB; }
p { color: rgb(43,134,219); }
H1.HeaderClassName
{
color: #2B86DB;
}
.AnyTagClassName
{
color: #2B86DB;
}
</style>
background-color css
<style>
a { background-color: #2B86DB; }
a { background-color: rgb(43,134,219); }
div.DivClassName
{
background-color: #2B86DB;
}
.BgClassName
{
background-color: #2B86DB;
}
</style>
border-color css
<style>
span { border-color: #2B86DB; }
span { border-color: rgb(43,134,219); }
td.TdClassName
{
border-color: #2B86DB;
}
.TagClassName
{
border-color: #2B86DB;
}
</style>