Shades of Royal Blue #2E5DED
Tints of Royal Blue #2E5DED
RGB
CMYK
RGB Variations
Color information
#2E5DED (or 0x2E5DED) is known color: Royal Blue. HEX triplet: 2E, 5D and ED. RGB value is (46,93,237). Sum of RGB (Red+Green+Blue) = 46+93+237=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E5DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5DED is #D1A212. Grayscale: #5E5E5E. Windows color (decimal): -13738515 or 15555886. OLE color: 15555886.
HSL color Cylindrical-coordinate representation of color #2E5DED: hue angle of 225.24º 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 #2E5DED is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 93 | 237 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.07 |
| HSL | 225.24º | 0.84% | 0.55% | - |
| HSV(B) | 225.24º | 0.81% | 0.93% | - |
| XYZ | 20.33 | 14.52 | 81.85 | - |
| YUV | 95.36 | 207.93 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 237 | 0.81 | 0.61 | 0 | 0.07 | 225.24 | 0.84 | 0.55 |
| Hex | 2E | 5D | ED | 51 | 3D | 0 | 7 | E1 | 54 | 37 |
| Octal | 56 | 135 | 355 | 121 | 75 | 0 | 7 | 341 | 124 | 67 |
| Binary | 101110 | 1011101 | 11101101 | 1010001 | 111101 | 0 | 111 | 11100001 | 1010100 | 110111 |
Color Harmonies of #2E5DED
Complementary color
Monochromatic Colors of #2E5DED
Black with #2E5DED
Text Example
Text Example
White with #2E5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5DED; }
p { color: rgb(46,93,237); }
H1.HeaderClassName
{
color: #2E5DED;
}
.AnyTagClassName
{
color: #2E5DED;
}
</style>
background-color css
<style>
a { background-color: #2E5DED; }
a { background-color: rgb(46,93,237); }
div.DivClassName
{
background-color: #2E5DED;
}
.BgClassName
{
background-color: #2E5DED;
}
</style>
border-color css
<style>
span { border-color: #2E5DED; }
span { border-color: rgb(46,93,237); }
td.TdClassName
{
border-color: #2E5DED;
}
.TagClassName
{
border-color: #2E5DED;
}
</style>