Shades of Royal Blue #2E54DD
Tints of Royal Blue #2E54DD
RGB
CMYK
RGB Variations
Color information
#2E54DD (or 0x2E54DD) is known color: Royal Blue. HEX triplet: 2E, 54 and DD. RGB value is (46,84,221). Sum of RGB (Red+Green+Blue) = 46+84+221=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E54DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E54DD is #D1AB22. Grayscale: #575757. Windows color (decimal): -13740835 or 14505006. OLE color: 14505006.
HSL color Cylindrical-coordinate representation of color #2E54DD: hue angle of 226.97º 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 #2E54DD is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 84 | 221 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.13 |
| HSL | 226.97º | 0.72% | 0.52% | - |
| HSV(B) | 226.97º | 0.79% | 0.87% | - |
| XYZ | 17.35 | 12.14 | 69.84 | - |
| YUV | 88.26 | 202.91 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 221 | 0.79 | 0.62 | 0 | 0.13 | 226.97 | 0.72 | 0.52 |
| Hex | 2E | 54 | DD | 4F | 3E | 0 | D | E3 | 48 | 34 |
| Octal | 56 | 124 | 335 | 117 | 76 | 0 | 15 | 343 | 110 | 64 |
| Binary | 101110 | 1010100 | 11011101 | 1001111 | 111110 | 0 | 1101 | 11100011 | 1001000 | 110100 |
Color Harmonies of #2E54DD
Complementary color
Monochromatic Colors of #2E54DD
Black with #2E54DD
Text Example
Text Example
White with #2E54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E54DD; }
p { color: rgb(46,84,221); }
H1.HeaderClassName
{
color: #2E54DD;
}
.AnyTagClassName
{
color: #2E54DD;
}
</style>
background-color css
<style>
a { background-color: #2E54DD; }
a { background-color: rgb(46,84,221); }
div.DivClassName
{
background-color: #2E54DD;
}
.BgClassName
{
background-color: #2E54DD;
}
</style>
border-color css
<style>
span { border-color: #2E54DD; }
span { border-color: rgb(46,84,221); }
td.TdClassName
{
border-color: #2E54DD;
}
.TagClassName
{
border-color: #2E54DD;
}
</style>