Shades of Royal Blue #2554EC
Tints of Royal Blue #2554EC
RGB
CMYK
RGB Variations
Color information
#2554EC (or 0x2554EC) is known color: Royal Blue. HEX triplet: 25, 54 and EC. RGB value is (37,84,236). Sum of RGB (Red+Green+Blue) = 37+84+236=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #2554EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2554EC is #DAAB13. Grayscale: #565656. Windows color (decimal): -14330644 or 15488037. OLE color: 15488037.
HSL color Cylindrical-coordinate representation of color #2554EC: hue angle of 225.83º degrees, saturation: 0.84, 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 #2554EC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 84 | 236 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.07 |
| HSL | 225.83º | 0.84% | 0.54% | - |
| HSV(B) | 225.83º | 0.84% | 0.93% | - |
| XYZ | 19.07 | 12.79 | 80.82 | - |
| YUV | 87.28 | 211.93 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 236 | 0.84 | 0.64 | 0 | 0.07 | 225.83 | 0.84 | 0.54 |
| Hex | 25 | 54 | EC | 54 | 40 | 0 | 7 | E2 | 54 | 36 |
| Octal | 45 | 124 | 354 | 124 | 100 | 0 | 7 | 342 | 124 | 66 |
| Binary | 100101 | 1010100 | 11101100 | 1010100 | 1000000 | 0 | 111 | 11100010 | 1010100 | 110110 |
Color Harmonies of #2554EC
Complementary color
Monochromatic Colors of #2554EC
Black with #2554EC
Text Example
Text Example
White with #2554EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2554EC; }
p { color: rgb(37,84,236); }
H1.HeaderClassName
{
color: #2554EC;
}
.AnyTagClassName
{
color: #2554EC;
}
</style>
background-color css
<style>
a { background-color: #2554EC; }
a { background-color: rgb(37,84,236); }
div.DivClassName
{
background-color: #2554EC;
}
.BgClassName
{
background-color: #2554EC;
}
</style>
border-color css
<style>
span { border-color: #2554EC; }
span { border-color: rgb(37,84,236); }
td.TdClassName
{
border-color: #2554EC;
}
.TagClassName
{
border-color: #2554EC;
}
</style>