Shades of Royal Blue #5260E8
Tints of Royal Blue #5260E8
RGB
CMYK
RGB Variations
Color information
#5260E8 (or 0x5260E8) is known color: Royal Blue. HEX triplet: 52, 60 and E8. RGB value is (82,96,232). Sum of RGB (Red+Green+Blue) = 82+96+232=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 232 (91.02% from 255 or 56.59% from 410); Max value from RGB is 232 - color contains mainly: blue. Hex color #5260E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5260E8 is #AD9F17. Grayscale: #6A6A6A. Windows color (decimal): -11378456 or 15229010. OLE color: 15229010.
HSL color Cylindrical-coordinate representation of color #5260E8: hue angle of 234.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5260E8 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 96 | 232 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.09 |
| HSL | 234.4º | 0.77% | 0.62% | - |
| HSV(B) | 234.4º | 0.65% | 0.91% | - |
| XYZ | 22.23 | 15.99 | 78.26 | - |
| YUV | 107.32 | 198.36 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 232 | 0.65 | 0.59 | 0 | 0.09 | 234.4 | 0.77 | 0.62 |
| Hex | 52 | 60 | E8 | 41 | 3B | 0 | 9 | EA | 4D | 3E |
| Octal | 122 | 140 | 350 | 101 | 73 | 0 | 11 | 352 | 115 | 76 |
| Binary | 1010010 | 1100000 | 11101000 | 1000001 | 111011 | 0 | 1001 | 11101010 | 1001101 | 111110 |
Color Harmonies of #5260E8
Complementary color
Monochromatic Colors of #5260E8
Black with #5260E8
Text Example
Text Example
White with #5260E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5260E8; }
p { color: rgb(82,96,232); }
H1.HeaderClassName
{
color: #5260E8;
}
.AnyTagClassName
{
color: #5260E8;
}
</style>
background-color css
<style>
a { background-color: #5260E8; }
a { background-color: rgb(82,96,232); }
div.DivClassName
{
background-color: #5260E8;
}
.BgClassName
{
background-color: #5260E8;
}
</style>
border-color css
<style>
span { border-color: #5260E8; }
span { border-color: rgb(82,96,232); }
td.TdClassName
{
border-color: #5260E8;
}
.TagClassName
{
border-color: #5260E8;
}
</style>