Shades of Royal Blue #2E4EED
Tints of Royal Blue #2E4EED
RGB
CMYK
RGB Variations
Color information
#2E4EED (or 0x2E4EED) is known color: Royal Blue. HEX triplet: 2E, 4E and ED. RGB value is (46,78,237). Sum of RGB (Red+Green+Blue) = 46+78+237=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E4EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E4EED is #D1B112. Grayscale: #555555. Windows color (decimal): -13742355 or 15552046. OLE color: 15552046.
HSL color Cylindrical-coordinate representation of color #2E4EED: hue angle of 229.95º degrees, saturation: 0.84, 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 #2E4EED is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 78 | 237 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.07 |
| HSL | 229.95º | 0.84% | 0.55% | - |
| HSV(B) | 229.95º | 0.81% | 0.93% | - |
| XYZ | 19.14 | 12.14 | 81.46 | - |
| YUV | 86.56 | 212.9 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 237 | 0.81 | 0.67 | 0 | 0.07 | 229.95 | 0.84 | 0.55 |
| Hex | 2E | 4E | ED | 51 | 43 | 0 | 7 | E6 | 54 | 37 |
| Octal | 56 | 116 | 355 | 121 | 103 | 0 | 7 | 346 | 124 | 67 |
| Binary | 101110 | 1001110 | 11101101 | 1010001 | 1000011 | 0 | 111 | 11100110 | 1010100 | 110111 |
Color Harmonies of #2E4EED
Complementary color
Monochromatic Colors of #2E4EED
Black with #2E4EED
Text Example
Text Example
White with #2E4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4EED; }
p { color: rgb(46,78,237); }
H1.HeaderClassName
{
color: #2E4EED;
}
.AnyTagClassName
{
color: #2E4EED;
}
</style>
background-color css
<style>
a { background-color: #2E4EED; }
a { background-color: rgb(46,78,237); }
div.DivClassName
{
background-color: #2E4EED;
}
.BgClassName
{
background-color: #2E4EED;
}
</style>
border-color css
<style>
span { border-color: #2E4EED; }
span { border-color: rgb(46,78,237); }
td.TdClassName
{
border-color: #2E4EED;
}
.TagClassName
{
border-color: #2E4EED;
}
</style>