Shades of Medium Blue #2F07BD
Tints of Medium Blue #2F07BD
RGB
CMYK
RGB Variations
Color information
#2F07BD (or 0x2F07BD) is known color: Medium Blue. HEX triplet: 2F, 07 and BD. RGB value is (47,7,189). Sum of RGB (Red+Green+Blue) = 47+7+189=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F07BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F07BD is #D0F842. Grayscale: #272727. Windows color (decimal): -13695043 or 12388143. OLE color: 12388143.
HSL color Cylindrical-coordinate representation of color #2F07BD: hue angle of 253.19º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F07BD is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 7 | 189 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.26 |
| HSL | 253.19º | 0.93% | 0.38% | - |
| HSV(B) | 253.19º | 0.96% | 0.74% | - |
| XYZ | 10.43 | 4.43 | 48.45 | - |
| YUV | 39.71 | 212.25 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 189 | 0.75 | 0.96 | 0 | 0.26 | 253.19 | 0.93 | 0.38 |
| Hex | 2F | 7 | BD | 4B | 60 | 0 | 1A | FD | 5D | 26 |
| Octal | 57 | 7 | 275 | 113 | 140 | 0 | 32 | 375 | 135 | 46 |
| Binary | 101111 | 111 | 10111101 | 1001011 | 1100000 | 0 | 11010 | 11111101 | 1011101 | 100110 |
Color Harmonies of #2F07BD
Complementary color
Monochromatic Colors of #2F07BD
Black with #2F07BD
Text Example
Text Example
White with #2F07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F07BD; }
p { color: rgb(47,7,189); }
H1.HeaderClassName
{
color: #2F07BD;
}
.AnyTagClassName
{
color: #2F07BD;
}
</style>
background-color css
<style>
a { background-color: #2F07BD; }
a { background-color: rgb(47,7,189); }
div.DivClassName
{
background-color: #2F07BD;
}
.BgClassName
{
background-color: #2F07BD;
}
</style>
border-color css
<style>
span { border-color: #2F07BD; }
span { border-color: rgb(47,7,189); }
td.TdClassName
{
border-color: #2F07BD;
}
.TagClassName
{
border-color: #2F07BD;
}
</style>