Shades of Royal Blue #2573E8
Tints of Royal Blue #2573E8
RGB
CMYK
RGB Variations
Color information
#2573E8 (or 0x2573E8) is known color: Royal Blue. HEX triplet: 25, 73 and E8. RGB value is (37,115,232). Sum of RGB (Red+Green+Blue) = 37+115+232=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 232 (91.02% from 255 or 60.42% from 384); Max value from RGB is 232 - color contains mainly: blue. Hex color #2573E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2573E8 is #DA8C17. Grayscale: #686868. Windows color (decimal): -14322712 or 15233829. OLE color: 15233829.
HSL color Cylindrical-coordinate representation of color #2573E8: hue angle of 216º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2573E8 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 115 | 232 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.09 |
| HSL | 216º | 0.81% | 0.53% | - |
| HSV(B) | 216º | 0.84% | 0.91% | - |
| XYZ | 21.46 | 18.48 | 78.78 | - |
| YUV | 105.02 | 199.66 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 232 | 0.84 | 0.50 | 0 | 0.09 | 216 | 0.81 | 0.53 |
| Hex | 25 | 73 | E8 | 54 | 32 | 0 | 9 | D8 | 51 | 35 |
| Octal | 45 | 163 | 350 | 124 | 62 | 0 | 11 | 330 | 121 | 65 |
| Binary | 100101 | 1110011 | 11101000 | 1010100 | 110010 | 0 | 1001 | 11011000 | 1010001 | 110101 |
Color Harmonies of #2573E8
Complementary color
Monochromatic Colors of #2573E8
Black with #2573E8
Text Example
Text Example
White with #2573E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2573E8; }
p { color: rgb(37,115,232); }
H1.HeaderClassName
{
color: #2573E8;
}
.AnyTagClassName
{
color: #2573E8;
}
</style>
background-color css
<style>
a { background-color: #2573E8; }
a { background-color: rgb(37,115,232); }
div.DivClassName
{
background-color: #2573E8;
}
.BgClassName
{
background-color: #2573E8;
}
</style>
border-color css
<style>
span { border-color: #2573E8; }
span { border-color: rgb(37,115,232); }
td.TdClassName
{
border-color: #2573E8;
}
.TagClassName
{
border-color: #2573E8;
}
</style>