Shades of Royal Blue #2573EA
Tints of Royal Blue #2573EA
RGB
CMYK
RGB Variations
Color information
#2573EA (or 0x2573EA) is known color: Royal Blue. HEX triplet: 25, 73 and EA. RGB value is (37,115,234). Sum of RGB (Red+Green+Blue) = 37+115+234=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #2573EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2573EA is #DA8C15. Grayscale: #686868. Windows color (decimal): -14322710 or 15364901. OLE color: 15364901.
HSL color Cylindrical-coordinate representation of color #2573EA: hue angle of 216.24º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2573EA is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 115 | 234 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.08 |
| HSL | 216.24º | 0.82% | 0.53% | - |
| HSV(B) | 216.24º | 0.84% | 0.92% | - |
| XYZ | 21.74 | 18.6 | 80.29 | - |
| YUV | 105.24 | 200.66 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 234 | 0.84 | 0.51 | 0 | 0.08 | 216.24 | 0.82 | 0.53 |
| Hex | 25 | 73 | EA | 54 | 33 | 0 | 8 | D8 | 52 | 35 |
| Octal | 45 | 163 | 352 | 124 | 63 | 0 | 10 | 330 | 122 | 65 |
| Binary | 100101 | 1110011 | 11101010 | 1010100 | 110011 | 0 | 1000 | 11011000 | 1010010 | 110101 |
Color Harmonies of #2573EA
Complementary color
Monochromatic Colors of #2573EA
Black with #2573EA
Text Example
Text Example
White with #2573EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2573EA; }
p { color: rgb(37,115,234); }
H1.HeaderClassName
{
color: #2573EA;
}
.AnyTagClassName
{
color: #2573EA;
}
</style>
background-color css
<style>
a { background-color: #2573EA; }
a { background-color: rgb(37,115,234); }
div.DivClassName
{
background-color: #2573EA;
}
.BgClassName
{
background-color: #2573EA;
}
</style>
border-color css
<style>
span { border-color: #2573EA; }
span { border-color: rgb(37,115,234); }
td.TdClassName
{
border-color: #2573EA;
}
.TagClassName
{
border-color: #2573EA;
}
</style>