Shades of Medium Blue #2F10CF
Tints of Medium Blue #2F10CF
RGB
CMYK
RGB Variations
Color information
#2F10CF (or 0x2F10CF) is known color: Medium Blue. HEX triplet: 2F, 10 and CF. RGB value is (47,16,207). Sum of RGB (Red+Green+Blue) = 47+16+207=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F10CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F10CF is #D0EF30. Grayscale: #2E2E2E. Windows color (decimal): -13692721 or 13570095. OLE color: 13570095.
HSL color Cylindrical-coordinate representation of color #2F10CF: hue angle of 249.74º 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 #2F10CF is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 16 | 207 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.19 |
| HSL | 249.74º | 0.86% | 0.44% | - |
| HSV(B) | 249.74º | 0.92% | 0.81% | - |
| XYZ | 12.62 | 5.48 | 59.42 | - |
| YUV | 47.04 | 218.27 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 207 | 0.77 | 0.92 | 0 | 0.19 | 249.74 | 0.86 | 0.44 |
| Hex | 2F | 10 | CF | 4D | 5C | 0 | 13 | FA | 56 | 2C |
| Octal | 57 | 20 | 317 | 115 | 134 | 0 | 23 | 372 | 126 | 54 |
| Binary | 101111 | 10000 | 11001111 | 1001101 | 1011100 | 0 | 10011 | 11111010 | 1010110 | 101100 |
Color Harmonies of #2F10CF
Complementary color
Monochromatic Colors of #2F10CF
Black with #2F10CF
Text Example
Text Example
White with #2F10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F10CF; }
p { color: rgb(47,16,207); }
H1.HeaderClassName
{
color: #2F10CF;
}
.AnyTagClassName
{
color: #2F10CF;
}
</style>
background-color css
<style>
a { background-color: #2F10CF; }
a { background-color: rgb(47,16,207); }
div.DivClassName
{
background-color: #2F10CF;
}
.BgClassName
{
background-color: #2F10CF;
}
</style>
border-color css
<style>
span { border-color: #2F10CF; }
span { border-color: rgb(47,16,207); }
td.TdClassName
{
border-color: #2F10CF;
}
.TagClassName
{
border-color: #2F10CF;
}
</style>