Shades of Medium Blue #2F0ACC
Tints of Medium Blue #2F0ACC
RGB
CMYK
RGB Variations
Color information
#2F0ACC (or 0x2F0ACC) is known color: Medium Blue. HEX triplet: 2F, 0A and CC. RGB value is (47,10,204). Sum of RGB (Red+Green+Blue) = 47+10+204=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 204 (80.08% from 255 or 78.16% from 261); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F0ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0ACC is #D0F533. Grayscale: #2A2A2A. Windows color (decimal): -13694260 or 13371951. OLE color: 13371951.
HSL color Cylindrical-coordinate representation of color #2F0ACC: hue angle of 251.44º degrees, saturation: 0.91, 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 #2F0ACC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 10 | 204 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.2 |
| HSL | 251.44º | 0.91% | 0.42% | - |
| HSV(B) | 251.44º | 0.95% | 0.8% | - |
| XYZ | 12.18 | 5.18 | 57.48 | - |
| YUV | 43.18 | 218.76 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 204 | 0.77 | 0.95 | 0 | 0.2 | 251.44 | 0.91 | 0.42 |
| Hex | 2F | A | CC | 4D | 5F | 0 | 14 | FB | 5B | 2A |
| Octal | 57 | 12 | 314 | 115 | 137 | 0 | 24 | 373 | 133 | 52 |
| Binary | 101111 | 1010 | 11001100 | 1001101 | 1011111 | 0 | 10100 | 11111011 | 1011011 | 101010 |
Color Harmonies of #2F0ACC
Complementary color
Monochromatic Colors of #2F0ACC
Black with #2F0ACC
Text Example
Text Example
White with #2F0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0ACC; }
p { color: rgb(47,10,204); }
H1.HeaderClassName
{
color: #2F0ACC;
}
.AnyTagClassName
{
color: #2F0ACC;
}
</style>
background-color css
<style>
a { background-color: #2F0ACC; }
a { background-color: rgb(47,10,204); }
div.DivClassName
{
background-color: #2F0ACC;
}
.BgClassName
{
background-color: #2F0ACC;
}
</style>
border-color css
<style>
span { border-color: #2F0ACC; }
span { border-color: rgb(47,10,204); }
td.TdClassName
{
border-color: #2F0ACC;
}
.TagClassName
{
border-color: #2F0ACC;
}
</style>