Shades of Medium Blue #2F10BF
Tints of Medium Blue #2F10BF
RGB
CMYK
RGB Variations
Color information
#2F10BF (or 0x2F10BF) is known color: Medium Blue. HEX triplet: 2F, 10 and BF. RGB value is (47,16,191). Sum of RGB (Red+Green+Blue) = 47+16+191=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F10BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F10BF is #D0EF40. Grayscale: #2C2C2C. Windows color (decimal): -13692737 or 12521519. OLE color: 12521519.
HSL color Cylindrical-coordinate representation of color #2F10BF: hue angle of 250.63º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F10BF is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 16 | 191 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.25 |
| HSL | 250.63º | 0.85% | 0.41% | - |
| HSV(B) | 250.63º | 0.92% | 0.75% | - |
| XYZ | 10.76 | 4.74 | 49.64 | - |
| YUV | 45.22 | 210.27 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 191 | 0.75 | 0.92 | 0 | 0.25 | 250.63 | 0.85 | 0.41 |
| Hex | 2F | 10 | BF | 4B | 5C | 0 | 19 | FB | 55 | 29 |
| Octal | 57 | 20 | 277 | 113 | 134 | 0 | 31 | 373 | 125 | 51 |
| Binary | 101111 | 10000 | 10111111 | 1001011 | 1011100 | 0 | 11001 | 11111011 | 1010101 | 101001 |
Color Harmonies of #2F10BF
Complementary color
Monochromatic Colors of #2F10BF
Black with #2F10BF
Text Example
Text Example
White with #2F10BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F10BF; }
p { color: rgb(47,16,191); }
H1.HeaderClassName
{
color: #2F10BF;
}
.AnyTagClassName
{
color: #2F10BF;
}
</style>
background-color css
<style>
a { background-color: #2F10BF; }
a { background-color: rgb(47,16,191); }
div.DivClassName
{
background-color: #2F10BF;
}
.BgClassName
{
background-color: #2F10BF;
}
</style>
border-color css
<style>
span { border-color: #2F10BF; }
span { border-color: rgb(47,16,191); }
td.TdClassName
{
border-color: #2F10BF;
}
.TagClassName
{
border-color: #2F10BF;
}
</style>