Shades of Royal Blue #2573EF
Tints of Royal Blue #2573EF
RGB
CMYK
RGB Variations
Color information
#2573EF (or 0x2573EF) is known color: Royal Blue. HEX triplet: 25, 73 and EF. RGB value is (37,115,239). Sum of RGB (Red+Green+Blue) = 37+115+239=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #2573EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2573EF is #DA8C10. Grayscale: #696969. Windows color (decimal): -14322705 or 15692581. OLE color: 15692581.
HSL color Cylindrical-coordinate representation of color #2573EF: hue angle of 216.83º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2573EF is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 115 | 239 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.06 |
| HSL | 216.83º | 0.86% | 0.54% | - |
| HSV(B) | 216.83º | 0.85% | 0.94% | - |
| XYZ | 22.47 | 18.89 | 84.12 | - |
| YUV | 105.81 | 203.16 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 239 | 0.85 | 0.52 | 0 | 0.06 | 216.83 | 0.86 | 0.54 |
| Hex | 25 | 73 | EF | 55 | 34 | 0 | 6 | D9 | 56 | 36 |
| Octal | 45 | 163 | 357 | 125 | 64 | 0 | 6 | 331 | 126 | 66 |
| Binary | 100101 | 1110011 | 11101111 | 1010101 | 110100 | 0 | 110 | 11011001 | 1010110 | 110110 |
Color Harmonies of #2573EF
Complementary color
Monochromatic Colors of #2573EF
Black with #2573EF
Text Example
Text Example
White with #2573EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2573EF; }
p { color: rgb(37,115,239); }
H1.HeaderClassName
{
color: #2573EF;
}
.AnyTagClassName
{
color: #2573EF;
}
</style>
background-color css
<style>
a { background-color: #2573EF; }
a { background-color: rgb(37,115,239); }
div.DivClassName
{
background-color: #2573EF;
}
.BgClassName
{
background-color: #2573EF;
}
</style>
border-color css
<style>
span { border-color: #2573EF; }
span { border-color: rgb(37,115,239); }
td.TdClassName
{
border-color: #2573EF;
}
.TagClassName
{
border-color: #2573EF;
}
</style>