Shades of Dodger Blue #2B8DDB
Tints of Dodger Blue #2B8DDB
RGB
CMYK
RGB Variations
Color information
#2B8DDB (or 0x2B8DDB) is known color: Dodger Blue. HEX triplet: 2B, 8D and DB. RGB value is (43,141,219). Sum of RGB (Red+Green+Blue) = 43+141+219=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B8DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8DDB is #D47224. Grayscale: #787878. Windows color (decimal): -13922853 or 14388523. OLE color: 14388523.
HSL color Cylindrical-coordinate representation of color #2B8DDB: hue angle of 206.59º 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 #2B8DDB is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 141 | 219 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.14 |
| HSL | 206.59º | 0.71% | 0.51% | - |
| HSV(B) | 206.59º | 0.8% | 0.86% | - |
| XYZ | 23.31 | 24.68 | 70.55 | - |
| YUV | 120.59 | 183.53 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 219 | 0.80 | 0.36 | 0 | 0.14 | 206.59 | 0.71 | 0.51 |
| Hex | 2B | 8D | DB | 50 | 24 | 0 | E | CF | 47 | 33 |
| Octal | 53 | 215 | 333 | 120 | 44 | 0 | 16 | 317 | 107 | 63 |
| Binary | 101011 | 10001101 | 11011011 | 1010000 | 100100 | 0 | 1110 | 11001111 | 1000111 | 110011 |
Color Harmonies of #2B8DDB
Complementary color
Monochromatic Colors of #2B8DDB
Black with #2B8DDB
Text Example
Text Example
White with #2B8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8DDB; }
p { color: rgb(43,141,219); }
H1.HeaderClassName
{
color: #2B8DDB;
}
.AnyTagClassName
{
color: #2B8DDB;
}
</style>
background-color css
<style>
a { background-color: #2B8DDB; }
a { background-color: rgb(43,141,219); }
div.DivClassName
{
background-color: #2B8DDB;
}
.BgClassName
{
background-color: #2B8DDB;
}
</style>
border-color css
<style>
span { border-color: #2B8DDB; }
span { border-color: rgb(43,141,219); }
td.TdClassName
{
border-color: #2B8DDB;
}
.TagClassName
{
border-color: #2B8DDB;
}
</style>