Shades of Medium Blue #2F10CE
Tints of Medium Blue #2F10CE
RGB
CMYK
RGB Variations
Color information
#2F10CE (or 0x2F10CE) is known color: Medium Blue. HEX triplet: 2F, 10 and CE. RGB value is (47,16,206). Sum of RGB (Red+Green+Blue) = 47+16+206=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F10CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F10CE is #D0EF31. Grayscale: #2E2E2E. Windows color (decimal): -13692722 or 13504559. OLE color: 13504559.
HSL color Cylindrical-coordinate representation of color #2F10CE: hue angle of 249.79º degrees, saturation: 0.86, 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 #2F10CE is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 16 | 206 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.19 |
| HSL | 249.79º | 0.86% | 0.44% | - |
| HSV(B) | 249.79º | 0.92% | 0.81% | - |
| XYZ | 12.5 | 5.43 | 58.78 | - |
| YUV | 46.93 | 217.77 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 206 | 0.77 | 0.92 | 0 | 0.19 | 249.79 | 0.86 | 0.44 |
| Hex | 2F | 10 | CE | 4D | 5C | 0 | 13 | FA | 56 | 2C |
| Octal | 57 | 20 | 316 | 115 | 134 | 0 | 23 | 372 | 126 | 54 |
| Binary | 101111 | 10000 | 11001110 | 1001101 | 1011100 | 0 | 10011 | 11111010 | 1010110 | 101100 |
Color Harmonies of #2F10CE
Complementary color
Monochromatic Colors of #2F10CE
Black with #2F10CE
Text Example
Text Example
White with #2F10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F10CE; }
p { color: rgb(47,16,206); }
H1.HeaderClassName
{
color: #2F10CE;
}
.AnyTagClassName
{
color: #2F10CE;
}
</style>
background-color css
<style>
a { background-color: #2F10CE; }
a { background-color: rgb(47,16,206); }
div.DivClassName
{
background-color: #2F10CE;
}
.BgClassName
{
background-color: #2F10CE;
}
</style>
border-color css
<style>
span { border-color: #2F10CE; }
span { border-color: rgb(47,16,206); }
td.TdClassName
{
border-color: #2F10CE;
}
.TagClassName
{
border-color: #2F10CE;
}
</style>