Shades of Royal Blue #5276FF
Tints of Royal Blue #5276FF
RGB
CMYK
RGB Variations
Color information
#5276FF (or 0x5276FF) is known color: Royal Blue. HEX triplet: 52, 76 and FF. RGB value is (82,118,255). Sum of RGB (Red+Green+Blue) = 82+118+255=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #5276FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5276FF is #AD8900. Grayscale: #7A7A7A. Windows color (decimal): -11372801 or 16741970. OLE color: 16741970.
HSL color Cylindrical-coordinate representation of color #5276FF: hue angle of 227.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5276FF is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 118 | 255 | - |
| CMYK | 0.68 | 0.54 | 0 | 0 |
| HSL | 227.51º | 1% | 0.66% | - |
| HSV(B) | 227.51º | 0.68% | 1% | - |
| XYZ | 28.01 | 21.97 | 97.37 | - |
| YUV | 122.85 | 202.57 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 255 | 0.68 | 0.54 | 0 | 0 | 227.51 | 1 | 0.66 |
| Hex | 52 | 76 | FF | 44 | 36 | 0 | 0 | E4 | 64 | 42 |
| Octal | 122 | 166 | 377 | 104 | 66 | 0 | 0 | 344 | 144 | 102 |
| Binary | 1010010 | 1110110 | 11111111 | 1000100 | 110110 | 0 | 0 | 11100100 | 1100100 | 1000010 |
Color Harmonies of #5276FF
Complementary color
Monochromatic Colors of #5276FF
Black with #5276FF
Text Example
Text Example
White with #5276FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5276FF; }
p { color: rgb(82,118,255); }
H1.HeaderClassName
{
color: #5276FF;
}
.AnyTagClassName
{
color: #5276FF;
}
</style>
background-color css
<style>
a { background-color: #5276FF; }
a { background-color: rgb(82,118,255); }
div.DivClassName
{
background-color: #5276FF;
}
.BgClassName
{
background-color: #5276FF;
}
</style>
border-color css
<style>
span { border-color: #5276FF; }
span { border-color: rgb(82,118,255); }
td.TdClassName
{
border-color: #5276FF;
}
.TagClassName
{
border-color: #5276FF;
}
</style>