Shades of Royal Blue #2473EA
Tints of Royal Blue #2473EA
RGB
CMYK
RGB Variations
Color information
#2473EA (or 0x2473EA) is known color: Royal Blue. HEX triplet: 24, 73 and EA. RGB value is (36,115,234). Sum of RGB (Red+Green+Blue) = 36+115+234=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #2473EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2473EA is #DB8C15. Grayscale: #686868. Windows color (decimal): -14388246 or 15364900. OLE color: 15364900.
HSL color Cylindrical-coordinate representation of color #2473EA: hue angle of 216.06º degrees, saturation: 0.82, 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 #2473EA is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 115 | 234 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.08 |
| HSL | 216.06º | 0.83% | 0.53% | - |
| HSV(B) | 216.06º | 0.85% | 0.92% | - |
| XYZ | 21.71 | 18.58 | 80.28 | - |
| YUV | 104.95 | 200.83 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 234 | 0.85 | 0.51 | 0 | 0.08 | 216.06 | 0.83 | 0.53 |
| Hex | 24 | 73 | EA | 55 | 33 | 0 | 8 | D8 | 52 | 35 |
| Octal | 44 | 163 | 352 | 125 | 63 | 0 | 10 | 330 | 122 | 65 |
| Binary | 100100 | 1110011 | 11101010 | 1010101 | 110011 | 0 | 1000 | 11011000 | 1010010 | 110101 |
Color Harmonies of #2473EA
Complementary color
Monochromatic Colors of #2473EA
Black with #2473EA
Text Example
Text Example
White with #2473EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2473EA; }
p { color: rgb(36,115,234); }
H1.HeaderClassName
{
color: #2473EA;
}
.AnyTagClassName
{
color: #2473EA;
}
</style>
background-color css
<style>
a { background-color: #2473EA; }
a { background-color: rgb(36,115,234); }
div.DivClassName
{
background-color: #2473EA;
}
.BgClassName
{
background-color: #2473EA;
}
</style>
border-color css
<style>
span { border-color: #2473EA; }
span { border-color: rgb(36,115,234); }
td.TdClassName
{
border-color: #2473EA;
}
.TagClassName
{
border-color: #2473EA;
}
</style>