Shades of Royal Blue #2572ED
Tints of Royal Blue #2572ED
RGB
CMYK
RGB Variations
Color information
#2572ED (or 0x2572ED) is known color: Royal Blue. HEX triplet: 25, 72 and ED. RGB value is (37,114,237). Sum of RGB (Red+Green+Blue) = 37+114+237=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #2572ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2572ED is #DA8D12. Grayscale: #686868. Windows color (decimal): -14322963 or 15561253. OLE color: 15561253.
HSL color Cylindrical-coordinate representation of color #2572ED: hue angle of 216.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2572ED is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 114 | 237 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.07 |
| HSL | 216.9º | 0.85% | 0.54% | - |
| HSV(B) | 216.9º | 0.84% | 0.93% | - |
| XYZ | 22.07 | 18.54 | 82.54 | - |
| YUV | 105 | 202.49 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 237 | 0.84 | 0.52 | 0 | 0.07 | 216.9 | 0.85 | 0.54 |
| Hex | 25 | 72 | ED | 54 | 34 | 0 | 7 | D9 | 55 | 36 |
| Octal | 45 | 162 | 355 | 124 | 64 | 0 | 7 | 331 | 125 | 66 |
| Binary | 100101 | 1110010 | 11101101 | 1010100 | 110100 | 0 | 111 | 11011001 | 1010101 | 110110 |
Color Harmonies of #2572ED
Complementary color
Monochromatic Colors of #2572ED
Black with #2572ED
Text Example
Text Example
White with #2572ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2572ED; }
p { color: rgb(37,114,237); }
H1.HeaderClassName
{
color: #2572ED;
}
.AnyTagClassName
{
color: #2572ED;
}
</style>
background-color css
<style>
a { background-color: #2572ED; }
a { background-color: rgb(37,114,237); }
div.DivClassName
{
background-color: #2572ED;
}
.BgClassName
{
background-color: #2572ED;
}
</style>
border-color css
<style>
span { border-color: #2572ED; }
span { border-color: rgb(37,114,237); }
td.TdClassName
{
border-color: #2572ED;
}
.TagClassName
{
border-color: #2572ED;
}
</style>