Shades of Royal Blue #2571E8
Tints of Royal Blue #2571E8
RGB
CMYK
RGB Variations
Color information
#2571E8 (or 0x2571E8) is known color: Royal Blue. HEX triplet: 25, 71 and E8. RGB value is (37,113,232). Sum of RGB (Red+Green+Blue) = 37+113+232=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 232 (91.02% from 255 or 60.73% from 382); Max value from RGB is 232 - color contains mainly: blue. Hex color #2571E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2571E8 is #DA8E17. Grayscale: #676767. Windows color (decimal): -14323224 or 15233317. OLE color: 15233317.
HSL color Cylindrical-coordinate representation of color #2571E8: hue angle of 216.62º 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 #2571E8 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 113 | 232 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.09 |
| HSL | 216.62º | 0.81% | 0.53% | - |
| HSV(B) | 216.62º | 0.84% | 0.91% | - |
| XYZ | 21.23 | 18.03 | 78.7 | - |
| YUV | 103.84 | 200.32 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 232 | 0.84 | 0.51 | 0 | 0.09 | 216.62 | 0.81 | 0.53 |
| Hex | 25 | 71 | E8 | 54 | 33 | 0 | 9 | D9 | 51 | 35 |
| Octal | 45 | 161 | 350 | 124 | 63 | 0 | 11 | 331 | 121 | 65 |
| Binary | 100101 | 1110001 | 11101000 | 1010100 | 110011 | 0 | 1001 | 11011001 | 1010001 | 110101 |
Color Harmonies of #2571E8
Complementary color
Monochromatic Colors of #2571E8
Black with #2571E8
Text Example
Text Example
White with #2571E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2571E8; }
p { color: rgb(37,113,232); }
H1.HeaderClassName
{
color: #2571E8;
}
.AnyTagClassName
{
color: #2571E8;
}
</style>
background-color css
<style>
a { background-color: #2571E8; }
a { background-color: rgb(37,113,232); }
div.DivClassName
{
background-color: #2571E8;
}
.BgClassName
{
background-color: #2571E8;
}
</style>
border-color css
<style>
span { border-color: #2571E8; }
span { border-color: rgb(37,113,232); }
td.TdClassName
{
border-color: #2571E8;
}
.TagClassName
{
border-color: #2571E8;
}
</style>