Shades of Royal Blue #2550EC
Tints of Royal Blue #2550EC
RGB
CMYK
RGB Variations
Color information
#2550EC (or 0x2550EC) is known color: Royal Blue. HEX triplet: 25, 50 and EC. RGB value is (37,80,236). Sum of RGB (Red+Green+Blue) = 37+80+236=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #2550EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2550EC is #DAAF13. Grayscale: #545454. Windows color (decimal): -14331668 or 15487013. OLE color: 15487013.
HSL color Cylindrical-coordinate representation of color #2550EC: hue angle of 227.04º 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 #2550EC is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 80 | 236 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.07 |
| HSL | 227.04º | 0.84% | 0.54% | - |
| HSV(B) | 227.04º | 0.84% | 0.93% | - |
| XYZ | 18.77 | 12.19 | 80.72 | - |
| YUV | 84.93 | 213.25 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 236 | 0.84 | 0.66 | 0 | 0.07 | 227.04 | 0.84 | 0.54 |
| Hex | 25 | 50 | EC | 54 | 42 | 0 | 7 | E3 | 54 | 36 |
| Octal | 45 | 120 | 354 | 124 | 102 | 0 | 7 | 343 | 124 | 66 |
| Binary | 100101 | 1010000 | 11101100 | 1010100 | 1000010 | 0 | 111 | 11100011 | 1010100 | 110110 |
Color Harmonies of #2550EC
Complementary color
Monochromatic Colors of #2550EC
Black with #2550EC
Text Example
Text Example
White with #2550EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2550EC; }
p { color: rgb(37,80,236); }
H1.HeaderClassName
{
color: #2550EC;
}
.AnyTagClassName
{
color: #2550EC;
}
</style>
background-color css
<style>
a { background-color: #2550EC; }
a { background-color: rgb(37,80,236); }
div.DivClassName
{
background-color: #2550EC;
}
.BgClassName
{
background-color: #2550EC;
}
</style>
border-color css
<style>
span { border-color: #2550EC; }
span { border-color: rgb(37,80,236); }
td.TdClassName
{
border-color: #2550EC;
}
.TagClassName
{
border-color: #2550EC;
}
</style>