Shades of Royal Blue #2473EB
Tints of Royal Blue #2473EB
RGB
CMYK
RGB Variations
Color information
#2473EB (or 0x2473EB) is known color: Royal Blue. HEX triplet: 24, 73 and EB. RGB value is (36,115,235). Sum of RGB (Red+Green+Blue) = 36+115+235=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #2473EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2473EB is #DB8C14. Grayscale: #686868. Windows color (decimal): -14388245 or 15430436. OLE color: 15430436.
HSL color Cylindrical-coordinate representation of color #2473EB: hue angle of 216.18º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2473EB is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 115 | 235 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.08 |
| HSL | 216.18º | 0.83% | 0.53% | - |
| HSV(B) | 216.18º | 0.85% | 0.92% | - |
| XYZ | 21.85 | 18.63 | 81.04 | - |
| YUV | 105.06 | 201.33 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 235 | 0.85 | 0.51 | 0 | 0.08 | 216.18 | 0.83 | 0.53 |
| Hex | 24 | 73 | EB | 55 | 33 | 0 | 8 | D8 | 53 | 35 |
| Octal | 44 | 163 | 353 | 125 | 63 | 0 | 10 | 330 | 123 | 65 |
| Binary | 100100 | 1110011 | 11101011 | 1010101 | 110011 | 0 | 1000 | 11011000 | 1010011 | 110101 |
Color Harmonies of #2473EB
Complementary color
Monochromatic Colors of #2473EB
Black with #2473EB
Text Example
Text Example
White with #2473EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2473EB; }
p { color: rgb(36,115,235); }
H1.HeaderClassName
{
color: #2473EB;
}
.AnyTagClassName
{
color: #2473EB;
}
</style>
background-color css
<style>
a { background-color: #2473EB; }
a { background-color: rgb(36,115,235); }
div.DivClassName
{
background-color: #2473EB;
}
.BgClassName
{
background-color: #2473EB;
}
</style>
border-color css
<style>
span { border-color: #2473EB; }
span { border-color: rgb(36,115,235); }
td.TdClassName
{
border-color: #2473EB;
}
.TagClassName
{
border-color: #2473EB;
}
</style>