Shades of Medium Blue #2F05BC
Tints of Medium Blue #2F05BC
RGB
CMYK
RGB Variations
Color information
#2F05BC (or 0x2F05BC) is known color: Medium Blue. HEX triplet: 2F, 05 and BC. RGB value is (47,5,188). Sum of RGB (Red+Green+Blue) = 47+5+188=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F05BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F05BC is #D0FA43. Grayscale: #252525. Windows color (decimal): -13695556 or 12322095. OLE color: 12322095.
HSL color Cylindrical-coordinate representation of color #2F05BC: hue angle of 253.77º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F05BC is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 5 | 188 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.26 |
| HSL | 253.77º | 0.95% | 0.38% | - |
| HSV(B) | 253.77º | 0.97% | 0.74% | - |
| XYZ | 10.3 | 4.34 | 47.87 | - |
| YUV | 38.42 | 212.41 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 188 | 0.75 | 0.97 | 0 | 0.26 | 253.77 | 0.95 | 0.38 |
| Hex | 2F | 5 | BC | 4B | 61 | 0 | 1A | FE | 5F | 26 |
| Octal | 57 | 5 | 274 | 113 | 141 | 0 | 32 | 376 | 137 | 46 |
| Binary | 101111 | 101 | 10111100 | 1001011 | 1100001 | 0 | 11010 | 11111110 | 1011111 | 100110 |
Color Harmonies of #2F05BC
Complementary color
Monochromatic Colors of #2F05BC
Black with #2F05BC
Text Example
Text Example
White with #2F05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F05BC; }
p { color: rgb(47,5,188); }
H1.HeaderClassName
{
color: #2F05BC;
}
.AnyTagClassName
{
color: #2F05BC;
}
</style>
background-color css
<style>
a { background-color: #2F05BC; }
a { background-color: rgb(47,5,188); }
div.DivClassName
{
background-color: #2F05BC;
}
.BgClassName
{
background-color: #2F05BC;
}
</style>
border-color css
<style>
span { border-color: #2F05BC; }
span { border-color: rgb(47,5,188); }
td.TdClassName
{
border-color: #2F05BC;
}
.TagClassName
{
border-color: #2F05BC;
}
</style>