Shades of Royal Blue #5274FA
Tints of Royal Blue #5274FA
RGB
CMYK
RGB Variations
Color information
#5274FA (or 0x5274FA) is known color: Royal Blue. HEX triplet: 52, 74 and FA. RGB value is (82,116,250). Sum of RGB (Red+Green+Blue) = 82+116+250=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #5274FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5274FA is #AD8B05. Grayscale: #787878. Windows color (decimal): -11373318 or 16413778. OLE color: 16413778.
HSL color Cylindrical-coordinate representation of color #5274FA: hue angle of 227.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5274FA is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 116 | 250 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.02 |
| HSL | 227.86º | 0.94% | 0.65% | - |
| HSV(B) | 227.86º | 0.67% | 0.98% | - |
| XYZ | 26.98 | 21.19 | 93.11 | - |
| YUV | 121.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 250 | 0.67 | 0.54 | 0 | 0.02 | 227.86 | 0.94 | 0.65 |
| Hex | 52 | 74 | FA | 43 | 36 | 0 | 2 | E4 | 5E | 41 |
| Octal | 122 | 164 | 372 | 103 | 66 | 0 | 2 | 344 | 136 | 101 |
| Binary | 1010010 | 1110100 | 11111010 | 1000011 | 110110 | 0 | 10 | 11100100 | 1011110 | 1000001 |
Color Harmonies of #5274FA
Complementary color
Monochromatic Colors of #5274FA
Black with #5274FA
Text Example
Text Example
White with #5274FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5274FA; }
p { color: rgb(82,116,250); }
H1.HeaderClassName
{
color: #5274FA;
}
.AnyTagClassName
{
color: #5274FA;
}
</style>
background-color css
<style>
a { background-color: #5274FA; }
a { background-color: rgb(82,116,250); }
div.DivClassName
{
background-color: #5274FA;
}
.BgClassName
{
background-color: #5274FA;
}
</style>
border-color css
<style>
span { border-color: #5274FA; }
span { border-color: rgb(82,116,250); }
td.TdClassName
{
border-color: #5274FA;
}
.TagClassName
{
border-color: #5274FA;
}
</style>