Shades of Medium Blue #2B0BDB
Tints of Medium Blue #2B0BDB
RGB
CMYK
RGB Variations
Color information
#2B0BDB (or 0x2B0BDB) is known color: Medium Blue. HEX triplet: 2B, 0B and DB. RGB value is (43,11,219). Sum of RGB (Red+Green+Blue) = 43+11+219=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B0BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0BDB is #D4F424. Grayscale: #2B2B2B. Windows color (decimal): -13956133 or 14355243. OLE color: 14355243.
HSL color Cylindrical-coordinate representation of color #2B0BDB: hue angle of 249.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0BDB is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 11 | 219 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.14 |
| HSL | 249.23º | 0.9% | 0.45% | - |
| HSV(B) | 249.23º | 0.95% | 0.86% | - |
| XYZ | 13.9 | 5.87 | 67.42 | - |
| YUV | 44.28 | 226.6 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 219 | 0.80 | 0.95 | 0 | 0.14 | 249.23 | 0.9 | 0.45 |
| Hex | 2B | B | DB | 50 | 5F | 0 | E | F9 | 5A | 2D |
| Octal | 53 | 13 | 333 | 120 | 137 | 0 | 16 | 371 | 132 | 55 |
| Binary | 101011 | 1011 | 11011011 | 1010000 | 1011111 | 0 | 1110 | 11111001 | 1011010 | 101101 |
Color Harmonies of #2B0BDB
Complementary color
Monochromatic Colors of #2B0BDB
Black with #2B0BDB
Text Example
Text Example
White with #2B0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0BDB; }
p { color: rgb(43,11,219); }
H1.HeaderClassName
{
color: #2B0BDB;
}
.AnyTagClassName
{
color: #2B0BDB;
}
</style>
background-color css
<style>
a { background-color: #2B0BDB; }
a { background-color: rgb(43,11,219); }
div.DivClassName
{
background-color: #2B0BDB;
}
.BgClassName
{
background-color: #2B0BDB;
}
</style>
border-color css
<style>
span { border-color: #2B0BDB; }
span { border-color: rgb(43,11,219); }
td.TdClassName
{
border-color: #2B0BDB;
}
.TagClassName
{
border-color: #2B0BDB;
}
</style>