Shades of Medium Blue #2B0FBB
Tints of Medium Blue #2B0FBB
RGB
CMYK
RGB Variations
Color information
#2B0FBB (or 0x2B0FBB) is known color: Medium Blue. HEX triplet: 2B, 0F and BB. RGB value is (43,15,187). Sum of RGB (Red+Green+Blue) = 43+15+187=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B0FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0FBB is #D4F044. Grayscale: #2A2A2A. Windows color (decimal): -13955141 or 12259115. OLE color: 12259115.
HSL color Cylindrical-coordinate representation of color #2B0FBB: hue angle of 249.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0FBB is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 15 | 187 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.27 |
| HSL | 249.77º | 0.85% | 0.4% | - |
| HSV(B) | 249.77º | 0.92% | 0.73% | - |
| XYZ | 10.14 | 4.44 | 47.34 | - |
| YUV | 42.98 | 209.28 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 187 | 0.77 | 0.92 | 0 | 0.27 | 249.77 | 0.85 | 0.4 |
| Hex | 2B | F | BB | 4D | 5C | 0 | 1B | FA | 55 | 28 |
| Octal | 53 | 17 | 273 | 115 | 134 | 0 | 33 | 372 | 125 | 50 |
| Binary | 101011 | 1111 | 10111011 | 1001101 | 1011100 | 0 | 11011 | 11111010 | 1010101 | 101000 |
Color Harmonies of #2B0FBB
Complementary color
Monochromatic Colors of #2B0FBB
Black with #2B0FBB
Text Example
Text Example
White with #2B0FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0FBB; }
p { color: rgb(43,15,187); }
H1.HeaderClassName
{
color: #2B0FBB;
}
.AnyTagClassName
{
color: #2B0FBB;
}
</style>
background-color css
<style>
a { background-color: #2B0FBB; }
a { background-color: rgb(43,15,187); }
div.DivClassName
{
background-color: #2B0FBB;
}
.BgClassName
{
background-color: #2B0FBB;
}
</style>
border-color css
<style>
span { border-color: #2B0FBB; }
span { border-color: rgb(43,15,187); }
td.TdClassName
{
border-color: #2B0FBB;
}
.TagClassName
{
border-color: #2B0FBB;
}
</style>