Shades of Medium Blue #2F04BD
Tints of Medium Blue #2F04BD
RGB
CMYK
RGB Variations
Color information
#2F04BD (or 0x2F04BD) is known color: Medium Blue. HEX triplet: 2F, 04 and BD. RGB value is (47,4,189). Sum of RGB (Red+Green+Blue) = 47+4+189=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F04BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F04BD is #D0FB42. Grayscale: #252525. Windows color (decimal): -13695811 or 12387375. OLE color: 12387375.
HSL color Cylindrical-coordinate representation of color #2F04BD: hue angle of 253.95º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F04BD is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 4 | 189 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.26 |
| HSL | 253.95º | 0.96% | 0.38% | - |
| HSV(B) | 253.95º | 0.98% | 0.74% | - |
| XYZ | 10.4 | 4.37 | 48.44 | - |
| YUV | 37.95 | 213.25 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 189 | 0.75 | 0.98 | 0 | 0.26 | 253.95 | 0.96 | 0.38 |
| Hex | 2F | 4 | BD | 4B | 62 | 0 | 1A | FE | 60 | 26 |
| Octal | 57 | 4 | 275 | 113 | 142 | 0 | 32 | 376 | 140 | 46 |
| Binary | 101111 | 100 | 10111101 | 1001011 | 1100010 | 0 | 11010 | 11111110 | 1100000 | 100110 |
Color Harmonies of #2F04BD
Complementary color
Monochromatic Colors of #2F04BD
Black with #2F04BD
Text Example
Text Example
White with #2F04BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F04BD; }
p { color: rgb(47,4,189); }
H1.HeaderClassName
{
color: #2F04BD;
}
.AnyTagClassName
{
color: #2F04BD;
}
</style>
background-color css
<style>
a { background-color: #2F04BD; }
a { background-color: rgb(47,4,189); }
div.DivClassName
{
background-color: #2F04BD;
}
.BgClassName
{
background-color: #2F04BD;
}
</style>
border-color css
<style>
span { border-color: #2F04BD; }
span { border-color: rgb(47,4,189); }
td.TdClassName
{
border-color: #2F04BD;
}
.TagClassName
{
border-color: #2F04BD;
}
</style>