Shades of Medium Blue #2F0FBC
Tints of Medium Blue #2F0FBC
RGB
CMYK
RGB Variations
Color information
#2F0FBC (or 0x2F0FBC) is known color: Medium Blue. HEX triplet: 2F, 0F and BC. RGB value is (47,15,188). Sum of RGB (Red+Green+Blue) = 47+15+188=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F0FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0FBC is #D0F043. Grayscale: #2B2B2B. Windows color (decimal): -13692996 or 12324655. OLE color: 12324655.
HSL color Cylindrical-coordinate representation of color #2F0FBC: hue angle of 251.1º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0FBC is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 15 | 188 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.26 |
| HSL | 251.1º | 0.85% | 0.4% | - |
| HSV(B) | 251.1º | 0.92% | 0.74% | - |
| XYZ | 10.42 | 4.58 | 47.91 | - |
| YUV | 44.29 | 209.1 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 188 | 0.75 | 0.92 | 0 | 0.26 | 251.1 | 0.85 | 0.4 |
| Hex | 2F | F | BC | 4B | 5C | 0 | 1A | FB | 55 | 28 |
| Octal | 57 | 17 | 274 | 113 | 134 | 0 | 32 | 373 | 125 | 50 |
| Binary | 101111 | 1111 | 10111100 | 1001011 | 1011100 | 0 | 11010 | 11111011 | 1010101 | 101000 |
Color Harmonies of #2F0FBC
Complementary color
Monochromatic Colors of #2F0FBC
Black with #2F0FBC
Text Example
Text Example
White with #2F0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0FBC; }
p { color: rgb(47,15,188); }
H1.HeaderClassName
{
color: #2F0FBC;
}
.AnyTagClassName
{
color: #2F0FBC;
}
</style>
background-color css
<style>
a { background-color: #2F0FBC; }
a { background-color: rgb(47,15,188); }
div.DivClassName
{
background-color: #2F0FBC;
}
.BgClassName
{
background-color: #2F0FBC;
}
</style>
border-color css
<style>
span { border-color: #2F0FBC; }
span { border-color: rgb(47,15,188); }
td.TdClassName
{
border-color: #2F0FBC;
}
.TagClassName
{
border-color: #2F0FBC;
}
</style>