Shades of Medium Blue #2F0AC7
Tints of Medium Blue #2F0AC7
RGB
CMYK
RGB Variations
Color information
#2F0AC7 (or 0x2F0AC7) is known color: Medium Blue. HEX triplet: 2F, 0A and C7. RGB value is (47,10,199). Sum of RGB (Red+Green+Blue) = 47+10+199=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 199 (78.12% from 255 or 77.73% from 256); Max value from RGB is 199 - color contains mainly: blue. Hex color #2F0AC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0AC7 is #D0F538. Grayscale: #292929. Windows color (decimal): -13694265 or 13044271. OLE color: 13044271.
HSL color Cylindrical-coordinate representation of color #2F0AC7: hue angle of 251.75º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0AC7 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 10 | 199 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.22 |
| HSL | 251.75º | 0.9% | 0.41% | - |
| HSV(B) | 251.75º | 0.95% | 0.78% | - |
| XYZ | 11.59 | 4.94 | 54.38 | - |
| YUV | 42.61 | 216.26 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 199 | 0.76 | 0.95 | 0 | 0.22 | 251.75 | 0.9 | 0.41 |
| Hex | 2F | A | C7 | 4C | 5F | 0 | 16 | FC | 5A | 29 |
| Octal | 57 | 12 | 307 | 114 | 137 | 0 | 26 | 374 | 132 | 51 |
| Binary | 101111 | 1010 | 11000111 | 1001100 | 1011111 | 0 | 10110 | 11111100 | 1011010 | 101001 |
Color Harmonies of #2F0AC7
Complementary color
Monochromatic Colors of #2F0AC7
Black with #2F0AC7
Text Example
Text Example
White with #2F0AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0AC7; }
p { color: rgb(47,10,199); }
H1.HeaderClassName
{
color: #2F0AC7;
}
.AnyTagClassName
{
color: #2F0AC7;
}
</style>
background-color css
<style>
a { background-color: #2F0AC7; }
a { background-color: rgb(47,10,199); }
div.DivClassName
{
background-color: #2F0AC7;
}
.BgClassName
{
background-color: #2F0AC7;
}
</style>
border-color css
<style>
span { border-color: #2F0AC7; }
span { border-color: rgb(47,10,199); }
td.TdClassName
{
border-color: #2F0AC7;
}
.TagClassName
{
border-color: #2F0AC7;
}
</style>