Shades of Royal Blue #497FFE
Tints of Royal Blue #497FFE
RGB
CMYK
RGB Variations
Color information
#497FFE (or 0x497FFE) is known color: Royal Blue. HEX triplet: 49, 7F and FE. RGB value is (73,127,254). Sum of RGB (Red+Green+Blue) = 73+127+254=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 127 (50% from 255 or 27.97% 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 #497FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FFE is #B68001. Grayscale: #7C7C7C. Windows color (decimal): -11960322 or 16678729. OLE color: 16678729.
HSL color Cylindrical-coordinate representation of color #497FFE: hue angle of 222.1º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497FFE is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 127 | 254 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.00 |
| HSL | 222.1º | 0.99% | 0.64% | - |
| HSV(B) | 222.1º | 0.71% | 1% | - |
| XYZ | 28.23 | 23.75 | 96.86 | - |
| YUV | 125.33 | 200.61 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 254 | 0.71 | 0.50 | 0 | 0.00 | 222.1 | 0.99 | 0.64 |
| Hex | 49 | 7F | FE | 47 | 32 | 0 | 0 | DE | 63 | 40 |
| Octal | 111 | 177 | 376 | 107 | 62 | 0 | 0 | 336 | 143 | 100 |
| Binary | 1001001 | 1111111 | 11111110 | 1000111 | 110010 | 0 | 0 | 11011110 | 1100011 | 1000000 |
Color Harmonies of #497FFE
Complementary color
Monochromatic Colors of #497FFE
Black with #497FFE
Text Example
Text Example
White with #497FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FFE; }
p { color: rgb(73,127,254); }
H1.HeaderClassName
{
color: #497FFE;
}
.AnyTagClassName
{
color: #497FFE;
}
</style>
background-color css
<style>
a { background-color: #497FFE; }
a { background-color: rgb(73,127,254); }
div.DivClassName
{
background-color: #497FFE;
}
.BgClassName
{
background-color: #497FFE;
}
</style>
border-color css
<style>
span { border-color: #497FFE; }
span { border-color: rgb(73,127,254); }
td.TdClassName
{
border-color: #497FFE;
}
.TagClassName
{
border-color: #497FFE;
}
</style>