Shades of Royal Blue #2E4FEC
Tints of Royal Blue #2E4FEC
RGB
CMYK
RGB Variations
Color information
#2E4FEC (or 0x2E4FEC) is known color: Royal Blue. HEX triplet: 2E, 4F and EC. RGB value is (46,79,236). Sum of RGB (Red+Green+Blue) = 46+79+236=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E4FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E4FEC is #D1B013. Grayscale: #565656. Windows color (decimal): -13742100 or 15486766. OLE color: 15486766.
HSL color Cylindrical-coordinate representation of color #2E4FEC: hue angle of 229.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E4FEC is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 79 | 236 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.07 |
| HSL | 229.58º | 0.83% | 0.55% | - |
| HSV(B) | 229.58º | 0.81% | 0.93% | - |
| XYZ | 19.06 | 12.23 | 80.71 | - |
| YUV | 87.03 | 212.07 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 236 | 0.81 | 0.67 | 0 | 0.07 | 229.58 | 0.83 | 0.55 |
| Hex | 2E | 4F | EC | 51 | 43 | 0 | 7 | E6 | 53 | 37 |
| Octal | 56 | 117 | 354 | 121 | 103 | 0 | 7 | 346 | 123 | 67 |
| Binary | 101110 | 1001111 | 11101100 | 1010001 | 1000011 | 0 | 111 | 11100110 | 1010011 | 110111 |
Color Harmonies of #2E4FEC
Complementary color
Monochromatic Colors of #2E4FEC
Black with #2E4FEC
Text Example
Text Example
White with #2E4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4FEC; }
p { color: rgb(46,79,236); }
H1.HeaderClassName
{
color: #2E4FEC;
}
.AnyTagClassName
{
color: #2E4FEC;
}
</style>
background-color css
<style>
a { background-color: #2E4FEC; }
a { background-color: rgb(46,79,236); }
div.DivClassName
{
background-color: #2E4FEC;
}
.BgClassName
{
background-color: #2E4FEC;
}
</style>
border-color css
<style>
span { border-color: #2E4FEC; }
span { border-color: rgb(46,79,236); }
td.TdClassName
{
border-color: #2E4FEC;
}
.TagClassName
{
border-color: #2E4FEC;
}
</style>