Shades of Royal Blue #5260EC
Tints of Royal Blue #5260EC
RGB
CMYK
RGB Variations
Color information
#5260EC (or 0x5260EC) is known color: Royal Blue. HEX triplet: 52, 60 and EC. RGB value is (82,96,236). Sum of RGB (Red+Green+Blue) = 82+96+236=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #5260EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5260EC is #AD9F13. Grayscale: #6B6B6B. Windows color (decimal): -11378452 or 15491154. OLE color: 15491154.
HSL color Cylindrical-coordinate representation of color #5260EC: hue angle of 234.55º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5260EC is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 96 | 236 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.07 |
| HSL | 234.55º | 0.8% | 0.62% | - |
| HSV(B) | 234.55º | 0.65% | 0.93% | - |
| XYZ | 22.8 | 16.22 | 81.28 | - |
| YUV | 107.77 | 200.36 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 236 | 0.65 | 0.59 | 0 | 0.07 | 234.55 | 0.8 | 0.62 |
| Hex | 52 | 60 | EC | 41 | 3B | 0 | 7 | EB | 50 | 3E |
| Octal | 122 | 140 | 354 | 101 | 73 | 0 | 7 | 353 | 120 | 76 |
| Binary | 1010010 | 1100000 | 11101100 | 1000001 | 111011 | 0 | 111 | 11101011 | 1010000 | 111110 |
Color Harmonies of #5260EC
Complementary color
Monochromatic Colors of #5260EC
Black with #5260EC
Text Example
Text Example
White with #5260EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5260EC; }
p { color: rgb(82,96,236); }
H1.HeaderClassName
{
color: #5260EC;
}
.AnyTagClassName
{
color: #5260EC;
}
</style>
background-color css
<style>
a { background-color: #5260EC; }
a { background-color: rgb(82,96,236); }
div.DivClassName
{
background-color: #5260EC;
}
.BgClassName
{
background-color: #5260EC;
}
</style>
border-color css
<style>
span { border-color: #5260EC; }
span { border-color: rgb(82,96,236); }
td.TdClassName
{
border-color: #5260EC;
}
.TagClassName
{
border-color: #5260EC;
}
</style>