Shades of Medium Blue #2F11CE
Tints of Medium Blue #2F11CE
RGB
CMYK
RGB Variations
Color information
#2F11CE (or 0x2F11CE) is known color: Medium Blue. HEX triplet: 2F, 11 and CE. RGB value is (47,17,206). Sum of RGB (Red+Green+Blue) = 47+17+206=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F11CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F11CE is #D0EE31. Grayscale: #2E2E2E. Windows color (decimal): -13692466 or 13504815. OLE color: 13504815.
HSL color Cylindrical-coordinate representation of color #2F11CE: hue angle of 249.52º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F11CE is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 17 | 206 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.19 |
| HSL | 249.52º | 0.85% | 0.44% | - |
| HSV(B) | 249.52º | 0.92% | 0.81% | - |
| XYZ | 12.51 | 5.46 | 58.79 | - |
| YUV | 47.52 | 217.44 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 206 | 0.77 | 0.92 | 0 | 0.19 | 249.52 | 0.85 | 0.44 |
| Hex | 2F | 11 | CE | 4D | 5C | 0 | 13 | FA | 55 | 2C |
| Octal | 57 | 21 | 316 | 115 | 134 | 0 | 23 | 372 | 125 | 54 |
| Binary | 101111 | 10001 | 11001110 | 1001101 | 1011100 | 0 | 10011 | 11111010 | 1010101 | 101100 |
Color Harmonies of #2F11CE
Complementary color
Monochromatic Colors of #2F11CE
Black with #2F11CE
Text Example
Text Example
White with #2F11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F11CE; }
p { color: rgb(47,17,206); }
H1.HeaderClassName
{
color: #2F11CE;
}
.AnyTagClassName
{
color: #2F11CE;
}
</style>
background-color css
<style>
a { background-color: #2F11CE; }
a { background-color: rgb(47,17,206); }
div.DivClassName
{
background-color: #2F11CE;
}
.BgClassName
{
background-color: #2F11CE;
}
</style>
border-color css
<style>
span { border-color: #2F11CE; }
span { border-color: rgb(47,17,206); }
td.TdClassName
{
border-color: #2F11CE;
}
.TagClassName
{
border-color: #2F11CE;
}
</style>