Shades of Royal Blue #2E4DED
Tints of Royal Blue #2E4DED
RGB
CMYK
RGB Variations
Color information
#2E4DED (or 0x2E4DED) is known color: Royal Blue. HEX triplet: 2E, 4D and ED. RGB value is (46,77,237). Sum of RGB (Red+Green+Blue) = 46+77+237=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E4DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E4DED is #D1B212. Grayscale: #555555. Windows color (decimal): -13742611 or 15551790. OLE color: 15551790.
HSL color Cylindrical-coordinate representation of color #2E4DED: hue angle of 230.26º 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 #2E4DED is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 77 | 237 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.07 |
| HSL | 230.26º | 0.84% | 0.55% | - |
| HSV(B) | 230.26º | 0.81% | 0.93% | - |
| XYZ | 19.07 | 12 | 81.43 | - |
| YUV | 85.97 | 213.23 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 237 | 0.81 | 0.68 | 0 | 0.07 | 230.26 | 0.84 | 0.55 |
| Hex | 2E | 4D | ED | 51 | 44 | 0 | 7 | E6 | 54 | 37 |
| Octal | 56 | 115 | 355 | 121 | 104 | 0 | 7 | 346 | 124 | 67 |
| Binary | 101110 | 1001101 | 11101101 | 1010001 | 1000100 | 0 | 111 | 11100110 | 1010100 | 110111 |
Color Harmonies of #2E4DED
Complementary color
Monochromatic Colors of #2E4DED
Black with #2E4DED
Text Example
Text Example
White with #2E4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4DED; }
p { color: rgb(46,77,237); }
H1.HeaderClassName
{
color: #2E4DED;
}
.AnyTagClassName
{
color: #2E4DED;
}
</style>
background-color css
<style>
a { background-color: #2E4DED; }
a { background-color: rgb(46,77,237); }
div.DivClassName
{
background-color: #2E4DED;
}
.BgClassName
{
background-color: #2E4DED;
}
</style>
border-color css
<style>
span { border-color: #2E4DED; }
span { border-color: rgb(46,77,237); }
td.TdClassName
{
border-color: #2E4DED;
}
.TagClassName
{
border-color: #2E4DED;
}
</style>