Shades of Medium Blue #2F0BCB
Tints of Medium Blue #2F0BCB
RGB
CMYK
RGB Variations
Color information
#2F0BCB (or 0x2F0BCB) is known color: Medium Blue. HEX triplet: 2F, 0B and CB. RGB value is (47,11,203). Sum of RGB (Red+Green+Blue) = 47+11+203=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F0BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0BCB is #D0F434. Grayscale: #2A2A2A. Windows color (decimal): -13694005 or 13306671. OLE color: 13306671.
HSL color Cylindrical-coordinate representation of color #2F0BCB: hue angle of 251.25º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0BCB is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 11 | 203 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.20 |
| HSL | 251.25º | 0.9% | 0.42% | - |
| HSV(B) | 251.25º | 0.95% | 0.8% | - |
| XYZ | 12.07 | 5.16 | 56.86 | - |
| YUV | 43.65 | 217.93 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 203 | 0.77 | 0.95 | 0 | 0.20 | 251.25 | 0.9 | 0.42 |
| Hex | 2F | B | CB | 4D | 5F | 0 | 14 | FB | 5A | 2A |
| Octal | 57 | 13 | 313 | 115 | 137 | 0 | 24 | 373 | 132 | 52 |
| Binary | 101111 | 1011 | 11001011 | 1001101 | 1011111 | 0 | 10100 | 11111011 | 1011010 | 101010 |
Color Harmonies of #2F0BCB
Complementary color
Monochromatic Colors of #2F0BCB
Black with #2F0BCB
Text Example
Text Example
White with #2F0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0BCB; }
p { color: rgb(47,11,203); }
H1.HeaderClassName
{
color: #2F0BCB;
}
.AnyTagClassName
{
color: #2F0BCB;
}
</style>
background-color css
<style>
a { background-color: #2F0BCB; }
a { background-color: rgb(47,11,203); }
div.DivClassName
{
background-color: #2F0BCB;
}
.BgClassName
{
background-color: #2F0BCB;
}
</style>
border-color css
<style>
span { border-color: #2F0BCB; }
span { border-color: rgb(47,11,203); }
td.TdClassName
{
border-color: #2F0BCB;
}
.TagClassName
{
border-color: #2F0BCB;
}
</style>