Shades of Medium Blue #2E14D0
Tints of Medium Blue #2E14D0
RGB
CMYK
RGB Variations
Color information
#2E14D0 (or 0x2E14D0) is known color: Medium Blue. HEX triplet: 2E, 14 and D0. RGB value is (46,20,208). Sum of RGB (Red+Green+Blue) = 46+20+208=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 208 (81.64% from 255 or 75.91% from 274); Max value from RGB is 208 - color contains mainly: blue. Hex color #2E14D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E14D0 is #D1EB2F. Grayscale: #303030. Windows color (decimal): -13757232 or 13636654. OLE color: 13636654.
HSL color Cylindrical-coordinate representation of color #2E14D0: hue angle of 248.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E14D0 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 20 | 208 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.18 |
| HSL | 248.3º | 0.82% | 0.45% | - |
| HSV(B) | 248.3º | 0.9% | 0.82% | - |
| XYZ | 12.76 | 5.64 | 60.09 | - |
| YUV | 49.21 | 217.61 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 208 | 0.78 | 0.90 | 0 | 0.18 | 248.3 | 0.82 | 0.45 |
| Hex | 2E | 14 | D0 | 4E | 5A | 0 | 12 | F8 | 52 | 2D |
| Octal | 56 | 24 | 320 | 116 | 132 | 0 | 22 | 370 | 122 | 55 |
| Binary | 101110 | 10100 | 11010000 | 1001110 | 1011010 | 0 | 10010 | 11111000 | 1010010 | 101101 |
Color Harmonies of #2E14D0
Complementary color
Monochromatic Colors of #2E14D0
Black with #2E14D0
Text Example
Text Example
White with #2E14D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E14D0; }
p { color: rgb(46,20,208); }
H1.HeaderClassName
{
color: #2E14D0;
}
.AnyTagClassName
{
color: #2E14D0;
}
</style>
background-color css
<style>
a { background-color: #2E14D0; }
a { background-color: rgb(46,20,208); }
div.DivClassName
{
background-color: #2E14D0;
}
.BgClassName
{
background-color: #2E14D0;
}
</style>
border-color css
<style>
span { border-color: #2E14D0; }
span { border-color: rgb(46,20,208); }
td.TdClassName
{
border-color: #2E14D0;
}
.TagClassName
{
border-color: #2E14D0;
}
</style>