Shades of Medium Blue #2F01BA
Tints of Medium Blue #2F01BA
RGB
CMYK
RGB Variations
Color information
#2F01BA (or 0x2F01BA) is known color: Medium Blue. HEX triplet: 2F, 01 and BA. RGB value is (47,1,186). Sum of RGB (Red+Green+Blue) = 47+1+186=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F01BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F01BA is #D0FE45. Grayscale: #232323. Windows color (decimal): -13696582 or 12189999. OLE color: 12189999.
HSL color Cylindrical-coordinate representation of color #2F01BA: hue angle of 254.92º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F01BA is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 1 | 186 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.27 |
| HSL | 254.92º | 0.99% | 0.37% | - |
| HSV(B) | 254.92º | 0.99% | 0.73% | - |
| XYZ | 10.05 | 4.17 | 46.73 | - |
| YUV | 35.84 | 212.74 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 186 | 0.75 | 0.99 | 0 | 0.27 | 254.92 | 0.99 | 0.37 |
| Hex | 2F | 1 | BA | 4B | 63 | 0 | 1B | FF | 63 | 25 |
| Octal | 57 | 1 | 272 | 113 | 143 | 0 | 33 | 377 | 143 | 45 |
| Binary | 101111 | 1 | 10111010 | 1001011 | 1100011 | 0 | 11011 | 11111111 | 1100011 | 100101 |
Color Harmonies of #2F01BA
Complementary color
Monochromatic Colors of #2F01BA
Black with #2F01BA
Text Example
Text Example
White with #2F01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F01BA; }
p { color: rgb(47,1,186); }
H1.HeaderClassName
{
color: #2F01BA;
}
.AnyTagClassName
{
color: #2F01BA;
}
</style>
background-color css
<style>
a { background-color: #2F01BA; }
a { background-color: rgb(47,1,186); }
div.DivClassName
{
background-color: #2F01BA;
}
.BgClassName
{
background-color: #2F01BA;
}
</style>
border-color css
<style>
span { border-color: #2F01BA; }
span { border-color: rgb(47,1,186); }
td.TdClassName
{
border-color: #2F01BA;
}
.TagClassName
{
border-color: #2F01BA;
}
</style>