Shades of Royal Blue #2E56DD
Tints of Royal Blue #2E56DD
RGB
CMYK
RGB Variations
Color information
#2E56DD (or 0x2E56DD) is known color: Royal Blue. HEX triplet: 2E, 56 and DD. RGB value is (46,86,221). Sum of RGB (Red+Green+Blue) = 46+86+221=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E56DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E56DD is #D1A922. Grayscale: #585858. Windows color (decimal): -13740323 or 14505518. OLE color: 14505518.
HSL color Cylindrical-coordinate representation of color #2E56DD: hue angle of 226.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E56DD is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 86 | 221 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.13 |
| HSL | 226.29º | 0.72% | 0.52% | - |
| HSV(B) | 226.29º | 0.79% | 0.87% | - |
| XYZ | 17.51 | 12.46 | 69.89 | - |
| YUV | 89.43 | 202.25 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 221 | 0.79 | 0.61 | 0 | 0.13 | 226.29 | 0.72 | 0.52 |
| Hex | 2E | 56 | DD | 4F | 3D | 0 | D | E2 | 48 | 34 |
| Octal | 56 | 126 | 335 | 117 | 75 | 0 | 15 | 342 | 110 | 64 |
| Binary | 101110 | 1010110 | 11011101 | 1001111 | 111101 | 0 | 1101 | 11100010 | 1001000 | 110100 |
Color Harmonies of #2E56DD
Complementary color
Monochromatic Colors of #2E56DD
Black with #2E56DD
Text Example
Text Example
White with #2E56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E56DD; }
p { color: rgb(46,86,221); }
H1.HeaderClassName
{
color: #2E56DD;
}
.AnyTagClassName
{
color: #2E56DD;
}
</style>
background-color css
<style>
a { background-color: #2E56DD; }
a { background-color: rgb(46,86,221); }
div.DivClassName
{
background-color: #2E56DD;
}
.BgClassName
{
background-color: #2E56DD;
}
</style>
border-color css
<style>
span { border-color: #2E56DD; }
span { border-color: rgb(46,86,221); }
td.TdClassName
{
border-color: #2E56DD;
}
.TagClassName
{
border-color: #2E56DD;
}
</style>