Shades of Royal Blue #2572EE
Tints of Royal Blue #2572EE
RGB
CMYK
RGB Variations
Color information
#2572EE (or 0x2572EE) is known color: Royal Blue. HEX triplet: 25, 72 and EE. RGB value is (37,114,238). Sum of RGB (Red+Green+Blue) = 37+114+238=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #2572EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2572EE is #DA8D11. Grayscale: #686868. Windows color (decimal): -14322962 or 15626789. OLE color: 15626789.
HSL color Cylindrical-coordinate representation of color #2572EE: hue angle of 217.01º degrees, saturation: 0.86, 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 #2572EE is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 114 | 238 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.07 |
| HSL | 217.01º | 0.86% | 0.54% | - |
| HSV(B) | 217.01º | 0.84% | 0.93% | - |
| XYZ | 22.21 | 18.6 | 83.31 | - |
| YUV | 105.11 | 202.99 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 238 | 0.84 | 0.52 | 0 | 0.07 | 217.01 | 0.86 | 0.54 |
| Hex | 25 | 72 | EE | 54 | 34 | 0 | 7 | D9 | 56 | 36 |
| Octal | 45 | 162 | 356 | 124 | 64 | 0 | 7 | 331 | 126 | 66 |
| Binary | 100101 | 1110010 | 11101110 | 1010100 | 110100 | 0 | 111 | 11011001 | 1010110 | 110110 |
Color Harmonies of #2572EE
Complementary color
Monochromatic Colors of #2572EE
Black with #2572EE
Text Example
Text Example
White with #2572EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2572EE; }
p { color: rgb(37,114,238); }
H1.HeaderClassName
{
color: #2572EE;
}
.AnyTagClassName
{
color: #2572EE;
}
</style>
background-color css
<style>
a { background-color: #2572EE; }
a { background-color: rgb(37,114,238); }
div.DivClassName
{
background-color: #2572EE;
}
.BgClassName
{
background-color: #2572EE;
}
</style>
border-color css
<style>
span { border-color: #2572EE; }
span { border-color: rgb(37,114,238); }
td.TdClassName
{
border-color: #2572EE;
}
.TagClassName
{
border-color: #2572EE;
}
</style>