Shades of Royal Blue #2571ED
Tints of Royal Blue #2571ED
RGB
CMYK
RGB Variations
Color information
#2571ED (or 0x2571ED) is known color: Royal Blue. HEX triplet: 25, 71 and ED. RGB value is (37,113,237). Sum of RGB (Red+Green+Blue) = 37+113+237=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #2571ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2571ED is #DA8E12. Grayscale: #676767. Windows color (decimal): -14323219 or 15560997. OLE color: 15560997.
HSL color Cylindrical-coordinate representation of color #2571ED: hue angle of 217.2º 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 #2571ED is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 113 | 237 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.07 |
| HSL | 217.2º | 0.85% | 0.54% | - |
| HSV(B) | 217.2º | 0.84% | 0.93% | - |
| XYZ | 21.95 | 18.32 | 82.5 | - |
| YUV | 104.41 | 202.82 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 237 | 0.84 | 0.52 | 0 | 0.07 | 217.2 | 0.85 | 0.54 |
| Hex | 25 | 71 | ED | 54 | 34 | 0 | 7 | D9 | 55 | 36 |
| Octal | 45 | 161 | 355 | 124 | 64 | 0 | 7 | 331 | 125 | 66 |
| Binary | 100101 | 1110001 | 11101101 | 1010100 | 110100 | 0 | 111 | 11011001 | 1010101 | 110110 |
Color Harmonies of #2571ED
Complementary color
Monochromatic Colors of #2571ED
Black with #2571ED
Text Example
Text Example
White with #2571ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2571ED; }
p { color: rgb(37,113,237); }
H1.HeaderClassName
{
color: #2571ED;
}
.AnyTagClassName
{
color: #2571ED;
}
</style>
background-color css
<style>
a { background-color: #2571ED; }
a { background-color: rgb(37,113,237); }
div.DivClassName
{
background-color: #2571ED;
}
.BgClassName
{
background-color: #2571ED;
}
</style>
border-color css
<style>
span { border-color: #2571ED; }
span { border-color: rgb(37,113,237); }
td.TdClassName
{
border-color: #2571ED;
}
.TagClassName
{
border-color: #2571ED;
}
</style>