Shades of Medium Blue #2F14CC
Tints of Medium Blue #2F14CC
RGB
CMYK
RGB Variations
Color information
#2F14CC (or 0x2F14CC) is known color: Medium Blue. HEX triplet: 2F, 14 and CC. RGB value is (47,20,204). Sum of RGB (Red+Green+Blue) = 47+20+204=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F14CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F14CC is #D0EB33. Grayscale: #303030. Windows color (decimal): -13691700 or 13374511. OLE color: 13374511.
HSL color Cylindrical-coordinate representation of color #2F14CC: hue angle of 248.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F14CC is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 20 | 204 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.2 |
| HSL | 248.8º | 0.82% | 0.44% | - |
| HSV(B) | 248.8º | 0.9% | 0.8% | - |
| XYZ | 12.32 | 5.46 | 57.53 | - |
| YUV | 49.05 | 215.45 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 204 | 0.77 | 0.90 | 0 | 0.2 | 248.8 | 0.82 | 0.44 |
| Hex | 2F | 14 | CC | 4D | 5A | 0 | 14 | F9 | 52 | 2C |
| Octal | 57 | 24 | 314 | 115 | 132 | 0 | 24 | 371 | 122 | 54 |
| Binary | 101111 | 10100 | 11001100 | 1001101 | 1011010 | 0 | 10100 | 11111001 | 1010010 | 101100 |
Color Harmonies of #2F14CC
Complementary color
Monochromatic Colors of #2F14CC
Black with #2F14CC
Text Example
Text Example
White with #2F14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F14CC; }
p { color: rgb(47,20,204); }
H1.HeaderClassName
{
color: #2F14CC;
}
.AnyTagClassName
{
color: #2F14CC;
}
</style>
background-color css
<style>
a { background-color: #2F14CC; }
a { background-color: rgb(47,20,204); }
div.DivClassName
{
background-color: #2F14CC;
}
.BgClassName
{
background-color: #2F14CC;
}
</style>
border-color css
<style>
span { border-color: #2F14CC; }
span { border-color: rgb(47,20,204); }
td.TdClassName
{
border-color: #2F14CC;
}
.TagClassName
{
border-color: #2F14CC;
}
</style>