Shades of Royal Blue #5262EF
Tints of Royal Blue #5262EF
RGB
CMYK
RGB Variations
Color information
#5262EF (or 0x5262EF) is known color: Royal Blue. HEX triplet: 52, 62 and EF. RGB value is (82,98,239). Sum of RGB (Red+Green+Blue) = 82+98+239=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #5262EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5262EF is #AD9D10. Grayscale: #6C6C6C. Windows color (decimal): -11377937 or 15688274. OLE color: 15688274.
HSL color Cylindrical-coordinate representation of color #5262EF: hue angle of 233.89º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5262EF is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 98 | 239 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.06 |
| HSL | 233.89º | 0.83% | 0.63% | - |
| HSV(B) | 233.89º | 0.66% | 0.94% | - |
| XYZ | 23.43 | 16.76 | 83.66 | - |
| YUV | 109.29 | 201.2 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 239 | 0.66 | 0.59 | 0 | 0.06 | 233.89 | 0.83 | 0.63 |
| Hex | 52 | 62 | EF | 42 | 3B | 0 | 6 | EA | 53 | 3F |
| Octal | 122 | 142 | 357 | 102 | 73 | 0 | 6 | 352 | 123 | 77 |
| Binary | 1010010 | 1100010 | 11101111 | 1000010 | 111011 | 0 | 110 | 11101010 | 1010011 | 111111 |
Color Harmonies of #5262EF
Complementary color
Monochromatic Colors of #5262EF
Black with #5262EF
Text Example
Text Example
White with #5262EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5262EF; }
p { color: rgb(82,98,239); }
H1.HeaderClassName
{
color: #5262EF;
}
.AnyTagClassName
{
color: #5262EF;
}
</style>
background-color css
<style>
a { background-color: #5262EF; }
a { background-color: rgb(82,98,239); }
div.DivClassName
{
background-color: #5262EF;
}
.BgClassName
{
background-color: #5262EF;
}
</style>
border-color css
<style>
span { border-color: #5262EF; }
span { border-color: rgb(82,98,239); }
td.TdClassName
{
border-color: #5262EF;
}
.TagClassName
{
border-color: #5262EF;
}
</style>