Shades of Dodger Blue #2B87DB
Tints of Dodger Blue #2B87DB
RGB
CMYK
RGB Variations
Color information
#2B87DB (or 0x2B87DB) is known color: Dodger Blue. HEX triplet: 2B, 87 and DB. RGB value is (43,135,219). Sum of RGB (Red+Green+Blue) = 43+135+219=397 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.83% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B87DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B87DB is #D47824. Grayscale: #747474. Windows color (decimal): -13924389 or 14386987. OLE color: 14386987.
HSL color Cylindrical-coordinate representation of color #2B87DB: hue angle of 208.64º 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 #2B87DB is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 135 | 219 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.14 |
| HSL | 208.64º | 0.71% | 0.51% | - |
| HSV(B) | 208.64º | 0.8% | 0.86% | - |
| XYZ | 22.45 | 22.96 | 70.27 | - |
| YUV | 117.07 | 185.52 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 219 | 0.80 | 0.38 | 0 | 0.14 | 208.64 | 0.71 | 0.51 |
| Hex | 2B | 87 | DB | 50 | 26 | 0 | E | D1 | 47 | 33 |
| Octal | 53 | 207 | 333 | 120 | 46 | 0 | 16 | 321 | 107 | 63 |
| Binary | 101011 | 10000111 | 11011011 | 1010000 | 100110 | 0 | 1110 | 11010001 | 1000111 | 110011 |
Color Harmonies of #2B87DB
Complementary color
Monochromatic Colors of #2B87DB
Black with #2B87DB
Text Example
Text Example
White with #2B87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B87DB; }
p { color: rgb(43,135,219); }
H1.HeaderClassName
{
color: #2B87DB;
}
.AnyTagClassName
{
color: #2B87DB;
}
</style>
background-color css
<style>
a { background-color: #2B87DB; }
a { background-color: rgb(43,135,219); }
div.DivClassName
{
background-color: #2B87DB;
}
.BgClassName
{
background-color: #2B87DB;
}
</style>
border-color css
<style>
span { border-color: #2B87DB; }
span { border-color: rgb(43,135,219); }
td.TdClassName
{
border-color: #2B87DB;
}
.TagClassName
{
border-color: #2B87DB;
}
</style>