Shades of Medium Blue #2F0ABD
Tints of Medium Blue #2F0ABD
RGB
CMYK
RGB Variations
Color information
#2F0ABD (or 0x2F0ABD) is known color: Medium Blue. HEX triplet: 2F, 0A and BD. RGB value is (47,10,189). Sum of RGB (Red+Green+Blue) = 47+10+189=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F0ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0ABD is #D0F542. Grayscale: #282828. Windows color (decimal): -13694275 or 12388911. OLE color: 12388911.
HSL color Cylindrical-coordinate representation of color #2F0ABD: hue angle of 252.4º 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 #2F0ABD is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 10 | 189 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.26 |
| HSL | 252.4º | 0.9% | 0.39% | - |
| HSV(B) | 252.4º | 0.95% | 0.74% | - |
| XYZ | 10.47 | 4.5 | 48.46 | - |
| YUV | 41.47 | 211.26 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 189 | 0.75 | 0.95 | 0 | 0.26 | 252.4 | 0.9 | 0.39 |
| Hex | 2F | A | BD | 4B | 5F | 0 | 1A | FC | 5A | 27 |
| Octal | 57 | 12 | 275 | 113 | 137 | 0 | 32 | 374 | 132 | 47 |
| Binary | 101111 | 1010 | 10111101 | 1001011 | 1011111 | 0 | 11010 | 11111100 | 1011010 | 100111 |
Color Harmonies of #2F0ABD
Complementary color
Monochromatic Colors of #2F0ABD
Black with #2F0ABD
Text Example
Text Example
White with #2F0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0ABD; }
p { color: rgb(47,10,189); }
H1.HeaderClassName
{
color: #2F0ABD;
}
.AnyTagClassName
{
color: #2F0ABD;
}
</style>
background-color css
<style>
a { background-color: #2F0ABD; }
a { background-color: rgb(47,10,189); }
div.DivClassName
{
background-color: #2F0ABD;
}
.BgClassName
{
background-color: #2F0ABD;
}
</style>
border-color css
<style>
span { border-color: #2F0ABD; }
span { border-color: rgb(47,10,189); }
td.TdClassName
{
border-color: #2F0ABD;
}
.TagClassName
{
border-color: #2F0ABD;
}
</style>