Shades of Royal Blue #497FF8
Tints of Royal Blue #497FF8
RGB
CMYK
RGB Variations
Color information
#497FF8 (or 0x497FF8) is known color: Royal Blue. HEX triplet: 49, 7F and F8. RGB value is (73,127,248). Sum of RGB (Red+Green+Blue) = 73+127+248=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #497FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FF8 is #B68007. Grayscale: #7C7C7C. Windows color (decimal): -11960328 or 16285513. OLE color: 16285513.
HSL color Cylindrical-coordinate representation of color #497FF8: hue angle of 221.49º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497FF8 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 127 | 248 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.03 |
| HSL | 221.49º | 0.93% | 0.63% | - |
| HSV(B) | 221.49º | 0.71% | 0.97% | - |
| XYZ | 27.28 | 23.37 | 91.88 | - |
| YUV | 124.65 | 197.61 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 248 | 0.71 | 0.49 | 0 | 0.03 | 221.49 | 0.93 | 0.63 |
| Hex | 49 | 7F | F8 | 47 | 31 | 0 | 3 | DD | 5D | 3F |
| Octal | 111 | 177 | 370 | 107 | 61 | 0 | 3 | 335 | 135 | 77 |
| Binary | 1001001 | 1111111 | 11111000 | 1000111 | 110001 | 0 | 11 | 11011101 | 1011101 | 111111 |
Color Harmonies of #497FF8
Complementary color
Monochromatic Colors of #497FF8
Black with #497FF8
Text Example
Text Example
White with #497FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FF8; }
p { color: rgb(73,127,248); }
H1.HeaderClassName
{
color: #497FF8;
}
.AnyTagClassName
{
color: #497FF8;
}
</style>
background-color css
<style>
a { background-color: #497FF8; }
a { background-color: rgb(73,127,248); }
div.DivClassName
{
background-color: #497FF8;
}
.BgClassName
{
background-color: #497FF8;
}
</style>
border-color css
<style>
span { border-color: #497FF8; }
span { border-color: rgb(73,127,248); }
td.TdClassName
{
border-color: #497FF8;
}
.TagClassName
{
border-color: #497FF8;
}
</style>