Shades of Medium Blue #2F0ABC
Tints of Medium Blue #2F0ABC
RGB
CMYK
RGB Variations
Color information
#2F0ABC (or 0x2F0ABC) is known color: Medium Blue. HEX triplet: 2F, 0A and BC. RGB value is (47,10,188). Sum of RGB (Red+Green+Blue) = 47+10+188=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F0ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0ABC is #D0F543. Grayscale: #282828. Windows color (decimal): -13694276 or 12323375. OLE color: 12323375.
HSL color Cylindrical-coordinate representation of color #2F0ABC: hue angle of 252.47º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0ABC is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 10 | 188 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.26 |
| HSL | 252.47º | 0.9% | 0.39% | - |
| HSV(B) | 252.47º | 0.95% | 0.74% | - |
| XYZ | 10.36 | 4.45 | 47.89 | - |
| YUV | 41.36 | 210.76 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 188 | 0.75 | 0.95 | 0 | 0.26 | 252.47 | 0.9 | 0.39 |
| Hex | 2F | A | BC | 4B | 5F | 0 | 1A | FC | 5A | 27 |
| Octal | 57 | 12 | 274 | 113 | 137 | 0 | 32 | 374 | 132 | 47 |
| Binary | 101111 | 1010 | 10111100 | 1001011 | 1011111 | 0 | 11010 | 11111100 | 1011010 | 100111 |
Color Harmonies of #2F0ABC
Complementary color
Monochromatic Colors of #2F0ABC
Black with #2F0ABC
Text Example
Text Example
White with #2F0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0ABC; }
p { color: rgb(47,10,188); }
H1.HeaderClassName
{
color: #2F0ABC;
}
.AnyTagClassName
{
color: #2F0ABC;
}
</style>
background-color css
<style>
a { background-color: #2F0ABC; }
a { background-color: rgb(47,10,188); }
div.DivClassName
{
background-color: #2F0ABC;
}
.BgClassName
{
background-color: #2F0ABC;
}
</style>
border-color css
<style>
span { border-color: #2F0ABC; }
span { border-color: rgb(47,10,188); }
td.TdClassName
{
border-color: #2F0ABC;
}
.TagClassName
{
border-color: #2F0ABC;
}
</style>