Shades of Medium Blue #2F0BCC
Tints of Medium Blue #2F0BCC
RGB
CMYK
RGB Variations
Color information
#2F0BCC (or 0x2F0BCC) is known color: Medium Blue. HEX triplet: 2F, 0B and CC. RGB value is (47,11,204). Sum of RGB (Red+Green+Blue) = 47+11+204=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F0BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0BCC is #D0F433. Grayscale: #2B2B2B. Windows color (decimal): -13694004 or 13372207. OLE color: 13372207.
HSL color Cylindrical-coordinate representation of color #2F0BCC: hue angle of 251.19º 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 #2F0BCC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 11 | 204 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.2 |
| HSL | 251.19º | 0.9% | 0.42% | - |
| HSV(B) | 251.19º | 0.95% | 0.8% | - |
| XYZ | 12.19 | 5.2 | 57.49 | - |
| YUV | 43.77 | 218.43 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 204 | 0.77 | 0.95 | 0 | 0.2 | 251.19 | 0.9 | 0.42 |
| Hex | 2F | B | CC | 4D | 5F | 0 | 14 | FB | 5A | 2A |
| Octal | 57 | 13 | 314 | 115 | 137 | 0 | 24 | 373 | 132 | 52 |
| Binary | 101111 | 1011 | 11001100 | 1001101 | 1011111 | 0 | 10100 | 11111011 | 1011010 | 101010 |
Color Harmonies of #2F0BCC
Complementary color
Monochromatic Colors of #2F0BCC
Black with #2F0BCC
Text Example
Text Example
White with #2F0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0BCC; }
p { color: rgb(47,11,204); }
H1.HeaderClassName
{
color: #2F0BCC;
}
.AnyTagClassName
{
color: #2F0BCC;
}
</style>
background-color css
<style>
a { background-color: #2F0BCC; }
a { background-color: rgb(47,11,204); }
div.DivClassName
{
background-color: #2F0BCC;
}
.BgClassName
{
background-color: #2F0BCC;
}
</style>
border-color css
<style>
span { border-color: #2F0BCC; }
span { border-color: rgb(47,11,204); }
td.TdClassName
{
border-color: #2F0BCC;
}
.TagClassName
{
border-color: #2F0BCC;
}
</style>