Shades of Royal Blue #2E4FEA
Tints of Royal Blue #2E4FEA
RGB
CMYK
RGB Variations
Color information
#2E4FEA (or 0x2E4FEA) is known color: Royal Blue. HEX triplet: 2E, 4F and EA. RGB value is (46,79,234). Sum of RGB (Red+Green+Blue) = 46+79+234=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E4FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E4FEA is #D1B015. Grayscale: #565656. Windows color (decimal): -13742102 or 15355694. OLE color: 15355694.
HSL color Cylindrical-coordinate representation of color #2E4FEA: hue angle of 229.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E4FEA is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 79 | 234 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.08 |
| HSL | 229.47º | 0.82% | 0.55% | - |
| HSV(B) | 229.47º | 0.8% | 0.92% | - |
| XYZ | 18.77 | 12.11 | 79.19 | - |
| YUV | 86.8 | 211.07 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 234 | 0.80 | 0.66 | 0 | 0.08 | 229.47 | 0.82 | 0.55 |
| Hex | 2E | 4F | EA | 50 | 42 | 0 | 8 | E5 | 52 | 37 |
| Octal | 56 | 117 | 352 | 120 | 102 | 0 | 10 | 345 | 122 | 67 |
| Binary | 101110 | 1001111 | 11101010 | 1010000 | 1000010 | 0 | 1000 | 11100101 | 1010010 | 110111 |
Color Harmonies of #2E4FEA
Complementary color
Monochromatic Colors of #2E4FEA
Black with #2E4FEA
Text Example
Text Example
White with #2E4FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4FEA; }
p { color: rgb(46,79,234); }
H1.HeaderClassName
{
color: #2E4FEA;
}
.AnyTagClassName
{
color: #2E4FEA;
}
</style>
background-color css
<style>
a { background-color: #2E4FEA; }
a { background-color: rgb(46,79,234); }
div.DivClassName
{
background-color: #2E4FEA;
}
.BgClassName
{
background-color: #2E4FEA;
}
</style>
border-color css
<style>
span { border-color: #2E4FEA; }
span { border-color: rgb(46,79,234); }
td.TdClassName
{
border-color: #2E4FEA;
}
.TagClassName
{
border-color: #2E4FEA;
}
</style>