Shades of Medium Blue #2B0BBF
Tints of Medium Blue #2B0BBF
RGB
CMYK
RGB Variations
Color information
#2B0BBF (or 0x2B0BBF) is known color: Medium Blue. HEX triplet: 2B, 0B and BF. RGB value is (43,11,191). Sum of RGB (Red+Green+Blue) = 43+11+191=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 191 (75% from 255 or 77.96% from 245); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B0BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0BBF is #D4F440. Grayscale: #282828. Windows color (decimal): -13956161 or 12520235. OLE color: 12520235.
HSL color Cylindrical-coordinate representation of color #2B0BBF: hue angle of 250.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0BBF is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 11 | 191 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.25 |
| HSL | 250.67º | 0.89% | 0.4% | - |
| HSV(B) | 250.67º | 0.94% | 0.75% | - |
| XYZ | 10.52 | 4.51 | 49.61 | - |
| YUV | 41.09 | 212.6 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 191 | 0.77 | 0.94 | 0 | 0.25 | 250.67 | 0.89 | 0.4 |
| Hex | 2B | B | BF | 4D | 5E | 0 | 19 | FB | 59 | 28 |
| Octal | 53 | 13 | 277 | 115 | 136 | 0 | 31 | 373 | 131 | 50 |
| Binary | 101011 | 1011 | 10111111 | 1001101 | 1011110 | 0 | 11001 | 11111011 | 1011001 | 101000 |
Color Harmonies of #2B0BBF
Complementary color
Monochromatic Colors of #2B0BBF
Black with #2B0BBF
Text Example
Text Example
White with #2B0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0BBF; }
p { color: rgb(43,11,191); }
H1.HeaderClassName
{
color: #2B0BBF;
}
.AnyTagClassName
{
color: #2B0BBF;
}
</style>
background-color css
<style>
a { background-color: #2B0BBF; }
a { background-color: rgb(43,11,191); }
div.DivClassName
{
background-color: #2B0BBF;
}
.BgClassName
{
background-color: #2B0BBF;
}
</style>
border-color css
<style>
span { border-color: #2B0BBF; }
span { border-color: rgb(43,11,191); }
td.TdClassName
{
border-color: #2B0BBF;
}
.TagClassName
{
border-color: #2B0BBF;
}
</style>