Shades of Royal Blue #2552EC
Tints of Royal Blue #2552EC
RGB
CMYK
RGB Variations
Color information
#2552EC (or 0x2552EC) is known color: Royal Blue. HEX triplet: 25, 52 and EC. RGB value is (37,82,236). Sum of RGB (Red+Green+Blue) = 37+82+236=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #2552EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2552EC is #DAAD13. Grayscale: #555555. Windows color (decimal): -14331156 or 15487525. OLE color: 15487525.
HSL color Cylindrical-coordinate representation of color #2552EC: hue angle of 226.43º 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 #2552EC is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 82 | 236 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.07 |
| HSL | 226.43º | 0.84% | 0.54% | - |
| HSV(B) | 226.43º | 0.84% | 0.93% | - |
| XYZ | 18.92 | 12.48 | 80.77 | - |
| YUV | 86.1 | 212.59 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 236 | 0.84 | 0.65 | 0 | 0.07 | 226.43 | 0.84 | 0.54 |
| Hex | 25 | 52 | EC | 54 | 41 | 0 | 7 | E2 | 54 | 36 |
| Octal | 45 | 122 | 354 | 124 | 101 | 0 | 7 | 342 | 124 | 66 |
| Binary | 100101 | 1010010 | 11101100 | 1010100 | 1000001 | 0 | 111 | 11100010 | 1010100 | 110110 |
Color Harmonies of #2552EC
Complementary color
Monochromatic Colors of #2552EC
Black with #2552EC
Text Example
Text Example
White with #2552EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2552EC; }
p { color: rgb(37,82,236); }
H1.HeaderClassName
{
color: #2552EC;
}
.AnyTagClassName
{
color: #2552EC;
}
</style>
background-color css
<style>
a { background-color: #2552EC; }
a { background-color: rgb(37,82,236); }
div.DivClassName
{
background-color: #2552EC;
}
.BgClassName
{
background-color: #2552EC;
}
</style>
border-color css
<style>
span { border-color: #2552EC; }
span { border-color: rgb(37,82,236); }
td.TdClassName
{
border-color: #2552EC;
}
.TagClassName
{
border-color: #2552EC;
}
</style>