Shades of Medium Blue #2E14CE
Tints of Medium Blue #2E14CE
RGB
CMYK
RGB Variations
Color information
#2E14CE (or 0x2E14CE) is known color: Medium Blue. HEX triplet: 2E, 14 and CE. RGB value is (46,20,206). Sum of RGB (Red+Green+Blue) = 46+20+206=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E14CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E14CE is #D1EB31. Grayscale: #303030. Windows color (decimal): -13757234 or 13505582. OLE color: 13505582.
HSL color Cylindrical-coordinate representation of color #2E14CE: hue angle of 248.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E14CE is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 20 | 206 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.19 |
| HSL | 248.39º | 0.82% | 0.44% | - |
| HSV(B) | 248.39º | 0.9% | 0.81% | - |
| XYZ | 12.52 | 5.54 | 58.8 | - |
| YUV | 48.98 | 216.61 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 206 | 0.78 | 0.90 | 0 | 0.19 | 248.39 | 0.82 | 0.44 |
| Hex | 2E | 14 | CE | 4E | 5A | 0 | 13 | F8 | 52 | 2C |
| Octal | 56 | 24 | 316 | 116 | 132 | 0 | 23 | 370 | 122 | 54 |
| Binary | 101110 | 10100 | 11001110 | 1001110 | 1011010 | 0 | 10011 | 11111000 | 1010010 | 101100 |
Color Harmonies of #2E14CE
Complementary color
Monochromatic Colors of #2E14CE
Black with #2E14CE
Text Example
Text Example
White with #2E14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E14CE; }
p { color: rgb(46,20,206); }
H1.HeaderClassName
{
color: #2E14CE;
}
.AnyTagClassName
{
color: #2E14CE;
}
</style>
background-color css
<style>
a { background-color: #2E14CE; }
a { background-color: rgb(46,20,206); }
div.DivClassName
{
background-color: #2E14CE;
}
.BgClassName
{
background-color: #2E14CE;
}
</style>
border-color css
<style>
span { border-color: #2E14CE; }
span { border-color: rgb(46,20,206); }
td.TdClassName
{
border-color: #2E14CE;
}
.TagClassName
{
border-color: #2E14CE;
}
</style>