Shades of Royal Blue #2556EC
Tints of Royal Blue #2556EC
RGB
CMYK
RGB Variations
Color information
#2556EC (or 0x2556EC) is known color: Royal Blue. HEX triplet: 25, 56 and EC. RGB value is (37,86,236). Sum of RGB (Red+Green+Blue) = 37+86+236=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #2556EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2556EC is #DAA913. Grayscale: #575757. Windows color (decimal): -14330132 or 15488549. OLE color: 15488549.
HSL color Cylindrical-coordinate representation of color #2556EC: hue angle of 225.23º 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 #2556EC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 86 | 236 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.07 |
| HSL | 225.23º | 0.84% | 0.54% | - |
| HSV(B) | 225.23º | 0.84% | 0.93% | - |
| XYZ | 19.23 | 13.11 | 80.87 | - |
| YUV | 88.45 | 211.27 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 236 | 0.84 | 0.64 | 0 | 0.07 | 225.23 | 0.84 | 0.54 |
| Hex | 25 | 56 | EC | 54 | 40 | 0 | 7 | E1 | 54 | 36 |
| Octal | 45 | 126 | 354 | 124 | 100 | 0 | 7 | 341 | 124 | 66 |
| Binary | 100101 | 1010110 | 11101100 | 1010100 | 1000000 | 0 | 111 | 11100001 | 1010100 | 110110 |
Color Harmonies of #2556EC
Complementary color
Monochromatic Colors of #2556EC
Black with #2556EC
Text Example
Text Example
White with #2556EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2556EC; }
p { color: rgb(37,86,236); }
H1.HeaderClassName
{
color: #2556EC;
}
.AnyTagClassName
{
color: #2556EC;
}
</style>
background-color css
<style>
a { background-color: #2556EC; }
a { background-color: rgb(37,86,236); }
div.DivClassName
{
background-color: #2556EC;
}
.BgClassName
{
background-color: #2556EC;
}
</style>
border-color css
<style>
span { border-color: #2556EC; }
span { border-color: rgb(37,86,236); }
td.TdClassName
{
border-color: #2556EC;
}
.TagClassName
{
border-color: #2556EC;
}
</style>