Shades of Medium Blue #2F0DC6
Tints of Medium Blue #2F0DC6
RGB
CMYK
RGB Variations
Color information
#2F0DC6 (or 0x2F0DC6) is known color: Medium Blue. HEX triplet: 2F, 0D and C6. RGB value is (47,13,198). Sum of RGB (Red+Green+Blue) = 47+13+198=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 198 (77.73% from 255 or 76.74% from 258); Max value from RGB is 198 - color contains mainly: blue. Hex color #2F0DC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0DC6 is #D0F239. Grayscale: #2B2B2B. Windows color (decimal): -13693498 or 12979503. OLE color: 12979503.
HSL color Cylindrical-coordinate representation of color #2F0DC6: hue angle of 251.03º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0DC6 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 13 | 198 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.22 |
| HSL | 251.03º | 0.88% | 0.41% | - |
| HSV(B) | 251.03º | 0.93% | 0.78% | - |
| XYZ | 11.51 | 4.97 | 53.78 | - |
| YUV | 44.26 | 214.76 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 13 | 198 | 0.76 | 0.93 | 0 | 0.22 | 251.03 | 0.88 | 0.41 |
| Hex | 2F | D | C6 | 4C | 5D | 0 | 16 | FB | 58 | 29 |
| Octal | 57 | 15 | 306 | 114 | 135 | 0 | 26 | 373 | 130 | 51 |
| Binary | 101111 | 1101 | 11000110 | 1001100 | 1011101 | 0 | 10110 | 11111011 | 1011000 | 101001 |
Color Harmonies of #2F0DC6
Complementary color
Monochromatic Colors of #2F0DC6
Black with #2F0DC6
Text Example
Text Example
White with #2F0DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0DC6; }
p { color: rgb(47,13,198); }
H1.HeaderClassName
{
color: #2F0DC6;
}
.AnyTagClassName
{
color: #2F0DC6;
}
</style>
background-color css
<style>
a { background-color: #2F0DC6; }
a { background-color: rgb(47,13,198); }
div.DivClassName
{
background-color: #2F0DC6;
}
.BgClassName
{
background-color: #2F0DC6;
}
</style>
border-color css
<style>
span { border-color: #2F0DC6; }
span { border-color: rgb(47,13,198); }
td.TdClassName
{
border-color: #2F0DC6;
}
.TagClassName
{
border-color: #2F0DC6;
}
</style>