Shades of Medium Blue #2F09BC
Tints of Medium Blue #2F09BC
RGB
CMYK
RGB Variations
Color information
#2F09BC (or 0x2F09BC) is known color: Medium Blue. HEX triplet: 2F, 09 and BC. RGB value is (47,9,188). Sum of RGB (Red+Green+Blue) = 47+9+188=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F09BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F09BC is #D0F643. Grayscale: #282828. Windows color (decimal): -13694532 or 12323119. OLE color: 12323119.
HSL color Cylindrical-coordinate representation of color #2F09BC: hue angle of 252.74º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F09BC is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 9 | 188 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.26 |
| HSL | 252.74º | 0.91% | 0.39% | - |
| HSV(B) | 252.74º | 0.95% | 0.74% | - |
| XYZ | 10.35 | 4.43 | 47.89 | - |
| YUV | 40.77 | 211.09 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 188 | 0.75 | 0.95 | 0 | 0.26 | 252.74 | 0.91 | 0.39 |
| Hex | 2F | 9 | BC | 4B | 5F | 0 | 1A | FD | 5B | 27 |
| Octal | 57 | 11 | 274 | 113 | 137 | 0 | 32 | 375 | 133 | 47 |
| Binary | 101111 | 1001 | 10111100 | 1001011 | 1011111 | 0 | 11010 | 11111101 | 1011011 | 100111 |
Color Harmonies of #2F09BC
Complementary color
Monochromatic Colors of #2F09BC
Black with #2F09BC
Text Example
Text Example
White with #2F09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F09BC; }
p { color: rgb(47,9,188); }
H1.HeaderClassName
{
color: #2F09BC;
}
.AnyTagClassName
{
color: #2F09BC;
}
</style>
background-color css
<style>
a { background-color: #2F09BC; }
a { background-color: rgb(47,9,188); }
div.DivClassName
{
background-color: #2F09BC;
}
.BgClassName
{
background-color: #2F09BC;
}
</style>
border-color css
<style>
span { border-color: #2F09BC; }
span { border-color: rgb(47,9,188); }
td.TdClassName
{
border-color: #2F09BC;
}
.TagClassName
{
border-color: #2F09BC;
}
</style>