Shades of Royal Blue #2573DF
Tints of Royal Blue #2573DF
RGB
CMYK
RGB Variations
Color information
#2573DF (or 0x2573DF) is known color: Royal Blue. HEX triplet: 25, 73 and DF. RGB value is (37,115,223). Sum of RGB (Red+Green+Blue) = 37+115+223=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #2573DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2573DF is #DA8C20. Grayscale: #676767. Windows color (decimal): -14322721 or 14644005. OLE color: 14644005.
HSL color Cylindrical-coordinate representation of color #2573DF: hue angle of 214.84º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2573DF is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 115 | 223 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.13 |
| HSL | 214.84º | 0.74% | 0.51% | - |
| HSV(B) | 214.84º | 0.83% | 0.87% | - |
| XYZ | 20.21 | 17.98 | 72.22 | - |
| YUV | 103.99 | 195.16 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 223 | 0.83 | 0.48 | 0 | 0.13 | 214.84 | 0.74 | 0.51 |
| Hex | 25 | 73 | DF | 53 | 30 | 0 | D | D7 | 4A | 33 |
| Octal | 45 | 163 | 337 | 123 | 60 | 0 | 15 | 327 | 112 | 63 |
| Binary | 100101 | 1110011 | 11011111 | 1010011 | 110000 | 0 | 1101 | 11010111 | 1001010 | 110011 |
Color Harmonies of #2573DF
Complementary color
Monochromatic Colors of #2573DF
Black with #2573DF
Text Example
Text Example
White with #2573DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2573DF; }
p { color: rgb(37,115,223); }
H1.HeaderClassName
{
color: #2573DF;
}
.AnyTagClassName
{
color: #2573DF;
}
</style>
background-color css
<style>
a { background-color: #2573DF; }
a { background-color: rgb(37,115,223); }
div.DivClassName
{
background-color: #2573DF;
}
.BgClassName
{
background-color: #2573DF;
}
</style>
border-color css
<style>
span { border-color: #2573DF; }
span { border-color: rgb(37,115,223); }
td.TdClassName
{
border-color: #2573DF;
}
.TagClassName
{
border-color: #2573DF;
}
</style>