Shades of Royal Blue #5276FE
Tints of Royal Blue #5276FE
RGB
CMYK
RGB Variations
Color information
#5276FE (or 0x5276FE) is known color: Royal Blue. HEX triplet: 52, 76 and FE. RGB value is (82,118,254). Sum of RGB (Red+Green+Blue) = 82+118+254=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #5276FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5276FE is #AD8901. Grayscale: #7A7A7A. Windows color (decimal): -11372802 or 16676434. OLE color: 16676434.
HSL color Cylindrical-coordinate representation of color #5276FE: hue angle of 227.44º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5276FE is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 118 | 254 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.00 |
| HSL | 227.44º | 0.99% | 0.66% | - |
| HSV(B) | 227.44º | 0.68% | 1% | - |
| XYZ | 27.85 | 21.91 | 96.53 | - |
| YUV | 122.74 | 202.07 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 254 | 0.68 | 0.54 | 0 | 0.00 | 227.44 | 0.99 | 0.66 |
| Hex | 52 | 76 | FE | 44 | 36 | 0 | 0 | E3 | 63 | 42 |
| Octal | 122 | 166 | 376 | 104 | 66 | 0 | 0 | 343 | 143 | 102 |
| Binary | 1010010 | 1110110 | 11111110 | 1000100 | 110110 | 0 | 0 | 11100011 | 1100011 | 1000010 |
Color Harmonies of #5276FE
Complementary color
Monochromatic Colors of #5276FE
Black with #5276FE
Text Example
Text Example
White with #5276FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5276FE; }
p { color: rgb(82,118,254); }
H1.HeaderClassName
{
color: #5276FE;
}
.AnyTagClassName
{
color: #5276FE;
}
</style>
background-color css
<style>
a { background-color: #5276FE; }
a { background-color: rgb(82,118,254); }
div.DivClassName
{
background-color: #5276FE;
}
.BgClassName
{
background-color: #5276FE;
}
</style>
border-color css
<style>
span { border-color: #5276FE; }
span { border-color: rgb(82,118,254); }
td.TdClassName
{
border-color: #5276FE;
}
.TagClassName
{
border-color: #5276FE;
}
</style>