Shades of Dodger Blue #2B85DB
Tints of Dodger Blue #2B85DB
RGB
CMYK
RGB Variations
Color information
#2B85DB (or 0x2B85DB) is known color: Dodger Blue. HEX triplet: 2B, 85 and DB. RGB value is (43,133,219). Sum of RGB (Red+Green+Blue) = 43+133+219=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B85DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B85DB is #D47A24. Grayscale: #737373. Windows color (decimal): -13924901 or 14386475. OLE color: 14386475.
HSL color Cylindrical-coordinate representation of color #2B85DB: hue angle of 209.32º 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 #2B85DB is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 133 | 219 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.14 |
| HSL | 209.32º | 0.71% | 0.51% | - |
| HSV(B) | 209.32º | 0.8% | 0.86% | - |
| XYZ | 22.17 | 22.4 | 70.17 | - |
| YUV | 115.89 | 186.18 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 219 | 0.80 | 0.39 | 0 | 0.14 | 209.32 | 0.71 | 0.51 |
| Hex | 2B | 85 | DB | 50 | 27 | 0 | E | D1 | 47 | 33 |
| Octal | 53 | 205 | 333 | 120 | 47 | 0 | 16 | 321 | 107 | 63 |
| Binary | 101011 | 10000101 | 11011011 | 1010000 | 100111 | 0 | 1110 | 11010001 | 1000111 | 110011 |
Color Harmonies of #2B85DB
Complementary color
Monochromatic Colors of #2B85DB
Black with #2B85DB
Text Example
Text Example
White with #2B85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B85DB; }
p { color: rgb(43,133,219); }
H1.HeaderClassName
{
color: #2B85DB;
}
.AnyTagClassName
{
color: #2B85DB;
}
</style>
background-color css
<style>
a { background-color: #2B85DB; }
a { background-color: rgb(43,133,219); }
div.DivClassName
{
background-color: #2B85DB;
}
.BgClassName
{
background-color: #2B85DB;
}
</style>
border-color css
<style>
span { border-color: #2B85DB; }
span { border-color: rgb(43,133,219); }
td.TdClassName
{
border-color: #2B85DB;
}
.TagClassName
{
border-color: #2B85DB;
}
</style>