Shades of Medium Blue #2E14CC
Tints of Medium Blue #2E14CC
RGB
CMYK
RGB Variations
Color information
#2E14CC (or 0x2E14CC) is known color: Medium Blue. HEX triplet: 2E, 14 and CC. RGB value is (46,20,204). Sum of RGB (Red+Green+Blue) = 46+20+204=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E14CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E14CC is #D1EB33. Grayscale: #303030. Windows color (decimal): -13757236 or 13374510. OLE color: 13374510.
HSL color Cylindrical-coordinate representation of color #2E14CC: hue angle of 248.48º 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 #2E14CC is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 20 | 204 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.2 |
| HSL | 248.48º | 0.82% | 0.44% | - |
| HSV(B) | 248.48º | 0.9% | 0.8% | - |
| XYZ | 12.28 | 5.44 | 57.53 | - |
| YUV | 48.75 | 215.61 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 204 | 0.77 | 0.90 | 0 | 0.2 | 248.48 | 0.82 | 0.44 |
| Hex | 2E | 14 | CC | 4D | 5A | 0 | 14 | F8 | 52 | 2C |
| Octal | 56 | 24 | 314 | 115 | 132 | 0 | 24 | 370 | 122 | 54 |
| Binary | 101110 | 10100 | 11001100 | 1001101 | 1011010 | 0 | 10100 | 11111000 | 1010010 | 101100 |
Color Harmonies of #2E14CC
Complementary color
Monochromatic Colors of #2E14CC
Black with #2E14CC
Text Example
Text Example
White with #2E14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E14CC; }
p { color: rgb(46,20,204); }
H1.HeaderClassName
{
color: #2E14CC;
}
.AnyTagClassName
{
color: #2E14CC;
}
</style>
background-color css
<style>
a { background-color: #2E14CC; }
a { background-color: rgb(46,20,204); }
div.DivClassName
{
background-color: #2E14CC;
}
.BgClassName
{
background-color: #2E14CC;
}
</style>
border-color css
<style>
span { border-color: #2E14CC; }
span { border-color: rgb(46,20,204); }
td.TdClassName
{
border-color: #2E14CC;
}
.TagClassName
{
border-color: #2E14CC;
}
</style>