Shades of Royal Blue #5262EC
Tints of Royal Blue #5262EC
RGB
CMYK
RGB Variations
Color information
#5262EC (or 0x5262EC) is known color: Royal Blue. HEX triplet: 52, 62 and EC. RGB value is (82,98,236). Sum of RGB (Red+Green+Blue) = 82+98+236=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #5262EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5262EC is #AD9D13. Grayscale: #6C6C6C. Windows color (decimal): -11377940 or 15491666. OLE color: 15491666.
HSL color Cylindrical-coordinate representation of color #5262EC: hue angle of 233.77º 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 #5262EC is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 98 | 236 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.07 |
| HSL | 233.77º | 0.8% | 0.62% | - |
| HSV(B) | 233.77º | 0.65% | 0.93% | - |
| XYZ | 22.99 | 16.59 | 81.35 | - |
| YUV | 108.95 | 199.7 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 236 | 0.65 | 0.58 | 0 | 0.07 | 233.77 | 0.8 | 0.62 |
| Hex | 52 | 62 | EC | 41 | 3A | 0 | 7 | EA | 50 | 3E |
| Octal | 122 | 142 | 354 | 101 | 72 | 0 | 7 | 352 | 120 | 76 |
| Binary | 1010010 | 1100010 | 11101100 | 1000001 | 111010 | 0 | 111 | 11101010 | 1010000 | 111110 |
Color Harmonies of #5262EC
Complementary color
Monochromatic Colors of #5262EC
Black with #5262EC
Text Example
Text Example
White with #5262EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5262EC; }
p { color: rgb(82,98,236); }
H1.HeaderClassName
{
color: #5262EC;
}
.AnyTagClassName
{
color: #5262EC;
}
</style>
background-color css
<style>
a { background-color: #5262EC; }
a { background-color: rgb(82,98,236); }
div.DivClassName
{
background-color: #5262EC;
}
.BgClassName
{
background-color: #5262EC;
}
</style>
border-color css
<style>
span { border-color: #5262EC; }
span { border-color: rgb(82,98,236); }
td.TdClassName
{
border-color: #5262EC;
}
.TagClassName
{
border-color: #5262EC;
}
</style>