Shades of Royal Blue #497BFE
Tints of Royal Blue #497BFE
RGB
CMYK
RGB Variations
Color information
#497BFE (or 0x497BFE) is known color: Royal Blue. HEX triplet: 49, 7B and FE. RGB value is (73,123,254). Sum of RGB (Red+Green+Blue) = 73+123+254=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #497BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497BFE is #B68401. Grayscale: #7A7A7A. Windows color (decimal): -11961346 or 16677705. OLE color: 16677705.
HSL color Cylindrical-coordinate representation of color #497BFE: hue angle of 223.43º 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 #497BFE is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 123 | 254 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.00 |
| HSL | 223.43º | 0.99% | 0.64% | - |
| HSV(B) | 223.43º | 0.71% | 1% | - |
| XYZ | 27.72 | 22.74 | 96.69 | - |
| YUV | 122.98 | 201.94 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 254 | 0.71 | 0.52 | 0 | 0.00 | 223.43 | 0.99 | 0.64 |
| Hex | 49 | 7B | FE | 47 | 34 | 0 | 0 | DF | 63 | 40 |
| Octal | 111 | 173 | 376 | 107 | 64 | 0 | 0 | 337 | 143 | 100 |
| Binary | 1001001 | 1111011 | 11111110 | 1000111 | 110100 | 0 | 0 | 11011111 | 1100011 | 1000000 |
Color Harmonies of #497BFE
Complementary color
Monochromatic Colors of #497BFE
Black with #497BFE
Text Example
Text Example
White with #497BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BFE; }
p { color: rgb(73,123,254); }
H1.HeaderClassName
{
color: #497BFE;
}
.AnyTagClassName
{
color: #497BFE;
}
</style>
background-color css
<style>
a { background-color: #497BFE; }
a { background-color: rgb(73,123,254); }
div.DivClassName
{
background-color: #497BFE;
}
.BgClassName
{
background-color: #497BFE;
}
</style>
border-color css
<style>
span { border-color: #497BFE; }
span { border-color: rgb(73,123,254); }
td.TdClassName
{
border-color: #497BFE;
}
.TagClassName
{
border-color: #497BFE;
}
</style>