Shades of Medium Blue #2B0BDC
Tints of Medium Blue #2B0BDC
RGB
CMYK
RGB Variations
Color information
#2B0BDC (or 0x2B0BDC) is known color: Medium Blue. HEX triplet: 2B, 0B and DC. RGB value is (43,11,220). Sum of RGB (Red+Green+Blue) = 43+11+220=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B0BDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0BDC is #D4F423. Grayscale: #2B2B2B. Windows color (decimal): -13956132 or 14420779. OLE color: 14420779.
HSL color Cylindrical-coordinate representation of color #2B0BDC: hue angle of 249.19º 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 #2B0BDC is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 11 | 220 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.14 |
| HSL | 249.19º | 0.9% | 0.45% | - |
| HSV(B) | 249.19º | 0.95% | 0.86% | - |
| XYZ | 14.03 | 5.92 | 68.11 | - |
| YUV | 44.39 | 227.1 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 220 | 0.80 | 0.95 | 0 | 0.14 | 249.19 | 0.9 | 0.45 |
| Hex | 2B | B | DC | 50 | 5F | 0 | E | F9 | 5A | 2D |
| Octal | 53 | 13 | 334 | 120 | 137 | 0 | 16 | 371 | 132 | 55 |
| Binary | 101011 | 1011 | 11011100 | 1010000 | 1011111 | 0 | 1110 | 11111001 | 1011010 | 101101 |
Color Harmonies of #2B0BDC
Complementary color
Monochromatic Colors of #2B0BDC
Black with #2B0BDC
Text Example
Text Example
White with #2B0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0BDC; }
p { color: rgb(43,11,220); }
H1.HeaderClassName
{
color: #2B0BDC;
}
.AnyTagClassName
{
color: #2B0BDC;
}
</style>
background-color css
<style>
a { background-color: #2B0BDC; }
a { background-color: rgb(43,11,220); }
div.DivClassName
{
background-color: #2B0BDC;
}
.BgClassName
{
background-color: #2B0BDC;
}
</style>
border-color css
<style>
span { border-color: #2B0BDC; }
span { border-color: rgb(43,11,220); }
td.TdClassName
{
border-color: #2B0BDC;
}
.TagClassName
{
border-color: #2B0BDC;
}
</style>