Shades of Medium Blue #2F04CE
Tints of Medium Blue #2F04CE
RGB
CMYK
RGB Variations
Color information
#2F04CE (or 0x2F04CE) is known color: Medium Blue. HEX triplet: 2F, 04 and CE. RGB value is (47,4,206). Sum of RGB (Red+Green+Blue) = 47+4+206=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F04CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F04CE is #D0FB31. Grayscale: #272727. Windows color (decimal): -13695794 or 13501487. OLE color: 13501487.
HSL color Cylindrical-coordinate representation of color #2F04CE: hue angle of 252.77º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F04CE is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 4 | 206 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.19 |
| HSL | 252.77º | 0.96% | 0.41% | - |
| HSV(B) | 252.77º | 0.98% | 0.81% | - |
| XYZ | 12.36 | 5.15 | 58.73 | - |
| YUV | 39.89 | 221.75 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 206 | 0.77 | 0.98 | 0 | 0.19 | 252.77 | 0.96 | 0.41 |
| Hex | 2F | 4 | CE | 4D | 62 | 0 | 13 | FD | 60 | 29 |
| Octal | 57 | 4 | 316 | 115 | 142 | 0 | 23 | 375 | 140 | 51 |
| Binary | 101111 | 100 | 11001110 | 1001101 | 1100010 | 0 | 10011 | 11111101 | 1100000 | 101001 |
Color Harmonies of #2F04CE
Complementary color
Monochromatic Colors of #2F04CE
Black with #2F04CE
Text Example
Text Example
White with #2F04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F04CE; }
p { color: rgb(47,4,206); }
H1.HeaderClassName
{
color: #2F04CE;
}
.AnyTagClassName
{
color: #2F04CE;
}
</style>
background-color css
<style>
a { background-color: #2F04CE; }
a { background-color: rgb(47,4,206); }
div.DivClassName
{
background-color: #2F04CE;
}
.BgClassName
{
background-color: #2F04CE;
}
</style>
border-color css
<style>
span { border-color: #2F04CE; }
span { border-color: rgb(47,4,206); }
td.TdClassName
{
border-color: #2F04CE;
}
.TagClassName
{
border-color: #2F04CE;
}
</style>