Shades of Medium Blue #2B0BDA
Tints of Medium Blue #2B0BDA
RGB
CMYK
RGB Variations
Color information
#2B0BDA (or 0x2B0BDA) is known color: Medium Blue. HEX triplet: 2B, 0B and DA. RGB value is (43,11,218). Sum of RGB (Red+Green+Blue) = 43+11+218=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 218 (85.55% from 255 or 80.15% from 272); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B0BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0BDA is #D4F425. Grayscale: #2B2B2B. Windows color (decimal): -13956134 or 14289707. OLE color: 14289707.
HSL color Cylindrical-coordinate representation of color #2B0BDA: hue angle of 249.28º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0BDA is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 11 | 218 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.15 |
| HSL | 249.28º | 0.9% | 0.45% | - |
| HSV(B) | 249.28º | 0.95% | 0.85% | - |
| XYZ | 13.77 | 5.81 | 66.73 | - |
| YUV | 44.17 | 226.1 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 218 | 0.80 | 0.95 | 0 | 0.15 | 249.28 | 0.9 | 0.45 |
| Hex | 2B | B | DA | 50 | 5F | 0 | F | F9 | 5A | 2D |
| Octal | 53 | 13 | 332 | 120 | 137 | 0 | 17 | 371 | 132 | 55 |
| Binary | 101011 | 1011 | 11011010 | 1010000 | 1011111 | 0 | 1111 | 11111001 | 1011010 | 101101 |
Color Harmonies of #2B0BDA
Complementary color
Monochromatic Colors of #2B0BDA
Black with #2B0BDA
Text Example
Text Example
White with #2B0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0BDA; }
p { color: rgb(43,11,218); }
H1.HeaderClassName
{
color: #2B0BDA;
}
.AnyTagClassName
{
color: #2B0BDA;
}
</style>
background-color css
<style>
a { background-color: #2B0BDA; }
a { background-color: rgb(43,11,218); }
div.DivClassName
{
background-color: #2B0BDA;
}
.BgClassName
{
background-color: #2B0BDA;
}
</style>
border-color css
<style>
span { border-color: #2B0BDA; }
span { border-color: rgb(43,11,218); }
td.TdClassName
{
border-color: #2B0BDA;
}
.TagClassName
{
border-color: #2B0BDA;
}
</style>