Shades of Royal Blue #2473EC
Tints of Royal Blue #2473EC
RGB
CMYK
RGB Variations
Color information
#2473EC (or 0x2473EC) is known color: Royal Blue. HEX triplet: 24, 73 and EC. RGB value is (36,115,236). Sum of RGB (Red+Green+Blue) = 36+115+236=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #2473EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2473EC is #DB8C13. Grayscale: #686868. Windows color (decimal): -14388244 or 15495972. OLE color: 15495972.
HSL color Cylindrical-coordinate representation of color #2473EC: hue angle of 216.3º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2473EC is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 115 | 236 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.07 |
| HSL | 216.3º | 0.84% | 0.53% | - |
| HSV(B) | 216.3º | 0.85% | 0.93% | - |
| XYZ | 22 | 18.69 | 81.81 | - |
| YUV | 105.17 | 201.83 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 236 | 0.85 | 0.51 | 0 | 0.07 | 216.3 | 0.84 | 0.53 |
| Hex | 24 | 73 | EC | 55 | 33 | 0 | 7 | D8 | 54 | 35 |
| Octal | 44 | 163 | 354 | 125 | 63 | 0 | 7 | 330 | 124 | 65 |
| Binary | 100100 | 1110011 | 11101100 | 1010101 | 110011 | 0 | 111 | 11011000 | 1010100 | 110101 |
Color Harmonies of #2473EC
Complementary color
Monochromatic Colors of #2473EC
Black with #2473EC
Text Example
Text Example
White with #2473EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2473EC; }
p { color: rgb(36,115,236); }
H1.HeaderClassName
{
color: #2473EC;
}
.AnyTagClassName
{
color: #2473EC;
}
</style>
background-color css
<style>
a { background-color: #2473EC; }
a { background-color: rgb(36,115,236); }
div.DivClassName
{
background-color: #2473EC;
}
.BgClassName
{
background-color: #2473EC;
}
</style>
border-color css
<style>
span { border-color: #2473EC; }
span { border-color: rgb(36,115,236); }
td.TdClassName
{
border-color: #2473EC;
}
.TagClassName
{
border-color: #2473EC;
}
</style>