Shades of Medium Blue #2B0CBF
Tints of Medium Blue #2B0CBF
RGB
CMYK
RGB Variations
Color information
#2B0CBF (or 0x2B0CBF) is known color: Medium Blue. HEX triplet: 2B, 0C and BF. RGB value is (43,12,191). Sum of RGB (Red+Green+Blue) = 43+12+191=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B0CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0CBF is #D4F340. Grayscale: #282828. Windows color (decimal): -13955905 or 12520491. OLE color: 12520491.
HSL color Cylindrical-coordinate representation of color #2B0CBF: hue angle of 250.39º degrees, saturation: 0.88, 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 #2B0CBF is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 12 | 191 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.25 |
| HSL | 250.39º | 0.88% | 0.4% | - |
| HSV(B) | 250.39º | 0.94% | 0.75% | - |
| XYZ | 10.53 | 4.54 | 49.61 | - |
| YUV | 41.68 | 212.27 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 12 | 191 | 0.77 | 0.94 | 0 | 0.25 | 250.39 | 0.88 | 0.4 |
| Hex | 2B | C | BF | 4D | 5E | 0 | 19 | FA | 58 | 28 |
| Octal | 53 | 14 | 277 | 115 | 136 | 0 | 31 | 372 | 130 | 50 |
| Binary | 101011 | 1100 | 10111111 | 1001101 | 1011110 | 0 | 11001 | 11111010 | 1011000 | 101000 |
Color Harmonies of #2B0CBF
Complementary color
Monochromatic Colors of #2B0CBF
Black with #2B0CBF
Text Example
Text Example
White with #2B0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0CBF; }
p { color: rgb(43,12,191); }
H1.HeaderClassName
{
color: #2B0CBF;
}
.AnyTagClassName
{
color: #2B0CBF;
}
</style>
background-color css
<style>
a { background-color: #2B0CBF; }
a { background-color: rgb(43,12,191); }
div.DivClassName
{
background-color: #2B0CBF;
}
.BgClassName
{
background-color: #2B0CBF;
}
</style>
border-color css
<style>
span { border-color: #2B0CBF; }
span { border-color: rgb(43,12,191); }
td.TdClassName
{
border-color: #2B0CBF;
}
.TagClassName
{
border-color: #2B0CBF;
}
</style>