Shades of Royal Blue #5277FA
Tints of Royal Blue #5277FA
RGB
CMYK
RGB Variations
Color information
#5277FA (or 0x5277FA) is known color: Royal Blue. HEX triplet: 52, 77 and FA. RGB value is (82,119,250). Sum of RGB (Red+Green+Blue) = 82+119+250=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #5277FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5277FA is #AD8805. Grayscale: #7A7A7A. Windows color (decimal): -11372550 or 16414546. OLE color: 16414546.
HSL color Cylindrical-coordinate representation of color #5277FA: hue angle of 226.79º 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 #5277FA is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 119 | 250 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.02 |
| HSL | 226.79º | 0.94% | 0.65% | - |
| HSV(B) | 226.79º | 0.67% | 0.98% | - |
| XYZ | 27.33 | 21.89 | 93.23 | - |
| YUV | 122.87 | 199.74 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 250 | 0.67 | 0.52 | 0 | 0.02 | 226.79 | 0.94 | 0.65 |
| Hex | 52 | 77 | FA | 43 | 34 | 0 | 2 | E3 | 5E | 41 |
| Octal | 122 | 167 | 372 | 103 | 64 | 0 | 2 | 343 | 136 | 101 |
| Binary | 1010010 | 1110111 | 11111010 | 1000011 | 110100 | 0 | 10 | 11100011 | 1011110 | 1000001 |
Color Harmonies of #5277FA
Complementary color
Monochromatic Colors of #5277FA
Black with #5277FA
Text Example
Text Example
White with #5277FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5277FA; }
p { color: rgb(82,119,250); }
H1.HeaderClassName
{
color: #5277FA;
}
.AnyTagClassName
{
color: #5277FA;
}
</style>
background-color css
<style>
a { background-color: #5277FA; }
a { background-color: rgb(82,119,250); }
div.DivClassName
{
background-color: #5277FA;
}
.BgClassName
{
background-color: #5277FA;
}
</style>
border-color css
<style>
span { border-color: #5277FA; }
span { border-color: rgb(82,119,250); }
td.TdClassName
{
border-color: #5277FA;
}
.TagClassName
{
border-color: #5277FA;
}
</style>