Shades of Royal Blue #2E73DD
Tints of Royal Blue #2E73DD
RGB
CMYK
RGB Variations
Color information
#2E73DD (or 0x2E73DD) is known color: Royal Blue. HEX triplet: 2E, 73 and DD. RGB value is (46,115,221). Sum of RGB (Red+Green+Blue) = 46+115+221=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E73DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E73DD is #D18C22. Grayscale: #696969. Windows color (decimal): -13732899 or 14512942. OLE color: 14512942.
HSL color Cylindrical-coordinate representation of color #2E73DD: hue angle of 216.34º 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 #2E73DD is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 115 | 221 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.13 |
| HSL | 216.34º | 0.72% | 0.52% | - |
| HSV(B) | 216.34º | 0.79% | 0.87% | - |
| XYZ | 20.31 | 18.06 | 70.82 | - |
| YUV | 106.45 | 192.64 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 221 | 0.79 | 0.48 | 0 | 0.13 | 216.34 | 0.72 | 0.52 |
| Hex | 2E | 73 | DD | 4F | 30 | 0 | D | D8 | 48 | 34 |
| Octal | 56 | 163 | 335 | 117 | 60 | 0 | 15 | 330 | 110 | 64 |
| Binary | 101110 | 1110011 | 11011101 | 1001111 | 110000 | 0 | 1101 | 11011000 | 1001000 | 110100 |
Color Harmonies of #2E73DD
Complementary color
Monochromatic Colors of #2E73DD
Black with #2E73DD
Text Example
Text Example
White with #2E73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E73DD; }
p { color: rgb(46,115,221); }
H1.HeaderClassName
{
color: #2E73DD;
}
.AnyTagClassName
{
color: #2E73DD;
}
</style>
background-color css
<style>
a { background-color: #2E73DD; }
a { background-color: rgb(46,115,221); }
div.DivClassName
{
background-color: #2E73DD;
}
.BgClassName
{
background-color: #2E73DD;
}
</style>
border-color css
<style>
span { border-color: #2E73DD; }
span { border-color: rgb(46,115,221); }
td.TdClassName
{
border-color: #2E73DD;
}
.TagClassName
{
border-color: #2E73DD;
}
</style>