Shades of Royal Blue #497FFA
Tints of Royal Blue #497FFA
RGB
CMYK
RGB Variations
Color information
#497FFA (or 0x497FFA) is known color: Royal Blue. HEX triplet: 49, 7F and FA. RGB value is (73,127,250). Sum of RGB (Red+Green+Blue) = 73+127+250=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #497FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FFA is #B68005. Grayscale: #7C7C7C. Windows color (decimal): -11960326 or 16416585. OLE color: 16416585.
HSL color Cylindrical-coordinate representation of color #497FFA: hue angle of 221.69º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497FFA is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 127 | 250 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.02 |
| HSL | 221.69º | 0.95% | 0.63% | - |
| HSV(B) | 221.69º | 0.71% | 0.98% | - |
| XYZ | 27.59 | 23.5 | 93.52 | - |
| YUV | 124.88 | 198.61 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 250 | 0.71 | 0.49 | 0 | 0.02 | 221.69 | 0.95 | 0.63 |
| Hex | 49 | 7F | FA | 47 | 31 | 0 | 2 | DE | 5F | 3F |
| Octal | 111 | 177 | 372 | 107 | 61 | 0 | 2 | 336 | 137 | 77 |
| Binary | 1001001 | 1111111 | 11111010 | 1000111 | 110001 | 0 | 10 | 11011110 | 1011111 | 111111 |
Color Harmonies of #497FFA
Complementary color
Monochromatic Colors of #497FFA
Black with #497FFA
Text Example
Text Example
White with #497FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FFA; }
p { color: rgb(73,127,250); }
H1.HeaderClassName
{
color: #497FFA;
}
.AnyTagClassName
{
color: #497FFA;
}
</style>
background-color css
<style>
a { background-color: #497FFA; }
a { background-color: rgb(73,127,250); }
div.DivClassName
{
background-color: #497FFA;
}
.BgClassName
{
background-color: #497FFA;
}
</style>
border-color css
<style>
span { border-color: #497FFA; }
span { border-color: rgb(73,127,250); }
td.TdClassName
{
border-color: #497FFA;
}
.TagClassName
{
border-color: #497FFA;
}
</style>