Shades of Medium Blue #2F0BBD
Tints of Medium Blue #2F0BBD
RGB
CMYK
RGB Variations
Color information
#2F0BBD (or 0x2F0BBD) is known color: Medium Blue. HEX triplet: 2F, 0B and BD. RGB value is (47,11,189). Sum of RGB (Red+Green+Blue) = 47+11+189=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F0BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0BBD is #D0F442. Grayscale: #292929. Windows color (decimal): -13694019 or 12389167. OLE color: 12389167.
HSL color Cylindrical-coordinate representation of color #2F0BBD: hue angle of 252.13º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0BBD is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 11 | 189 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.26 |
| HSL | 252.13º | 0.89% | 0.39% | - |
| HSV(B) | 252.13º | 0.94% | 0.74% | - |
| XYZ | 10.48 | 4.52 | 48.46 | - |
| YUV | 42.06 | 210.93 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 189 | 0.75 | 0.94 | 0 | 0.26 | 252.13 | 0.89 | 0.39 |
| Hex | 2F | B | BD | 4B | 5E | 0 | 1A | FC | 59 | 27 |
| Octal | 57 | 13 | 275 | 113 | 136 | 0 | 32 | 374 | 131 | 47 |
| Binary | 101111 | 1011 | 10111101 | 1001011 | 1011110 | 0 | 11010 | 11111100 | 1011001 | 100111 |
Color Harmonies of #2F0BBD
Complementary color
Monochromatic Colors of #2F0BBD
Black with #2F0BBD
Text Example
Text Example
White with #2F0BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0BBD; }
p { color: rgb(47,11,189); }
H1.HeaderClassName
{
color: #2F0BBD;
}
.AnyTagClassName
{
color: #2F0BBD;
}
</style>
background-color css
<style>
a { background-color: #2F0BBD; }
a { background-color: rgb(47,11,189); }
div.DivClassName
{
background-color: #2F0BBD;
}
.BgClassName
{
background-color: #2F0BBD;
}
</style>
border-color css
<style>
span { border-color: #2F0BBD; }
span { border-color: rgb(47,11,189); }
td.TdClassName
{
border-color: #2F0BBD;
}
.TagClassName
{
border-color: #2F0BBD;
}
</style>