Shades of Medium Blue #2B0FBF
Tints of Medium Blue #2B0FBF
RGB
CMYK
RGB Variations
Color information
#2B0FBF (or 0x2B0FBF) is known color: Medium Blue. HEX triplet: 2B, 0F and BF. RGB value is (43,15,191). Sum of RGB (Red+Green+Blue) = 43+15+191=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 191 (75% from 255 or 76.71% from 249); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B0FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0FBF is #D4F040. Grayscale: #2A2A2A. Windows color (decimal): -13955137 or 12521259. OLE color: 12521259.
HSL color Cylindrical-coordinate representation of color #2B0FBF: hue angle of 249.55º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0FBF is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 15 | 191 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.25 |
| HSL | 249.55º | 0.85% | 0.4% | - |
| HSV(B) | 249.55º | 0.92% | 0.75% | - |
| XYZ | 10.57 | 4.62 | 49.62 | - |
| YUV | 43.44 | 211.28 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 191 | 0.77 | 0.92 | 0 | 0.25 | 249.55 | 0.85 | 0.4 |
| Hex | 2B | F | BF | 4D | 5C | 0 | 19 | FA | 55 | 28 |
| Octal | 53 | 17 | 277 | 115 | 134 | 0 | 31 | 372 | 125 | 50 |
| Binary | 101011 | 1111 | 10111111 | 1001101 | 1011100 | 0 | 11001 | 11111010 | 1010101 | 101000 |
Color Harmonies of #2B0FBF
Complementary color
Monochromatic Colors of #2B0FBF
Black with #2B0FBF
Text Example
Text Example
White with #2B0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0FBF; }
p { color: rgb(43,15,191); }
H1.HeaderClassName
{
color: #2B0FBF;
}
.AnyTagClassName
{
color: #2B0FBF;
}
</style>
background-color css
<style>
a { background-color: #2B0FBF; }
a { background-color: rgb(43,15,191); }
div.DivClassName
{
background-color: #2B0FBF;
}
.BgClassName
{
background-color: #2B0FBF;
}
</style>
border-color css
<style>
span { border-color: #2B0FBF; }
span { border-color: rgb(43,15,191); }
td.TdClassName
{
border-color: #2B0FBF;
}
.TagClassName
{
border-color: #2B0FBF;
}
</style>