Shades of Royal Blue #5261EF
Tints of Royal Blue #5261EF
RGB
CMYK
RGB Variations
Color information
#5261EF (or 0x5261EF) is known color: Royal Blue. HEX triplet: 52, 61 and EF. RGB value is (82,97,239). Sum of RGB (Red+Green+Blue) = 82+97+239=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #5261EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5261EF is #AD9E10. Grayscale: #6C6C6C. Windows color (decimal): -11378193 or 15688018. OLE color: 15688018.
HSL color Cylindrical-coordinate representation of color #5261EF: hue angle of 234.27º 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 #5261EF is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 97 | 239 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.06 |
| HSL | 234.27º | 0.83% | 0.63% | - |
| HSV(B) | 234.27º | 0.66% | 0.94% | - |
| XYZ | 23.33 | 16.58 | 83.63 | - |
| YUV | 108.7 | 201.53 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 239 | 0.66 | 0.59 | 0 | 0.06 | 234.27 | 0.83 | 0.63 |
| Hex | 52 | 61 | EF | 42 | 3B | 0 | 6 | EA | 53 | 3F |
| Octal | 122 | 141 | 357 | 102 | 73 | 0 | 6 | 352 | 123 | 77 |
| Binary | 1010010 | 1100001 | 11101111 | 1000010 | 111011 | 0 | 110 | 11101010 | 1010011 | 111111 |
Color Harmonies of #5261EF
Complementary color
Monochromatic Colors of #5261EF
Black with #5261EF
Text Example
Text Example
White with #5261EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5261EF; }
p { color: rgb(82,97,239); }
H1.HeaderClassName
{
color: #5261EF;
}
.AnyTagClassName
{
color: #5261EF;
}
</style>
background-color css
<style>
a { background-color: #5261EF; }
a { background-color: rgb(82,97,239); }
div.DivClassName
{
background-color: #5261EF;
}
.BgClassName
{
background-color: #5261EF;
}
</style>
border-color css
<style>
span { border-color: #5261EF; }
span { border-color: rgb(82,97,239); }
td.TdClassName
{
border-color: #5261EF;
}
.TagClassName
{
border-color: #5261EF;
}
</style>