Shades of Medium Blue #2F00BF
Tints of Medium Blue #2F00BF
RGB
CMYK
RGB Variations
Color information
#2F00BF (or 0x2F00BF) is known color: Medium Blue. HEX triplet: 2F, 00 and BF. RGB value is (47,0,191). Sum of RGB (Red+Green+Blue) = 47+0+191=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F00BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F00BF is #D0FF40. Grayscale: #232323. Windows color (decimal): -13696833 or 12517423. OLE color: 12517423.
HSL color Cylindrical-coordinate representation of color #2F00BF: hue angle of 254.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F00BF is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 0 | 191 | - |
| CMYK | 0.75 | 1 | 0 | 0.25 |
| HSL | 254.76º | 1% | 0.37% | - |
| HSV(B) | 254.76º | 1% | 0.75% | - |
| XYZ | 10.58 | 4.37 | 49.58 | - |
| YUV | 35.83 | 215.57 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 191 | 0.75 | 1 | 0 | 0.25 | 254.76 | 1 | 0.37 |
| Hex | 2F | 0 | BF | 4B | 64 | 0 | 19 | FF | 64 | 25 |
| Octal | 57 | 0 | 277 | 113 | 144 | 0 | 31 | 377 | 144 | 45 |
| Binary | 101111 | 0 | 10111111 | 1001011 | 1100100 | 0 | 11001 | 11111111 | 1100100 | 100101 |
Color Harmonies of #2F00BF
Complementary color
Monochromatic Colors of #2F00BF
Black with #2F00BF
Text Example
Text Example
White with #2F00BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F00BF; }
p { color: rgb(47,0,191); }
H1.HeaderClassName
{
color: #2F00BF;
}
.AnyTagClassName
{
color: #2F00BF;
}
</style>
background-color css
<style>
a { background-color: #2F00BF; }
a { background-color: rgb(47,0,191); }
div.DivClassName
{
background-color: #2F00BF;
}
.BgClassName
{
background-color: #2F00BF;
}
</style>
border-color css
<style>
span { border-color: #2F00BF; }
span { border-color: rgb(47,0,191); }
td.TdClassName
{
border-color: #2F00BF;
}
.TagClassName
{
border-color: #2F00BF;
}
</style>