Shades of Royal Blue #547AF5
Tints of Royal Blue #547AF5
RGB
CMYK
RGB Variations
Color information
#547AF5 (or 0x547AF5) is known color: Royal Blue. HEX triplet: 54, 7A and F5. RGB value is (84,122,245). Sum of RGB (Red+Green+Blue) = 84+122+245=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #547AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AF5 is #AB850A. Grayscale: #7C7C7C. Windows color (decimal): -11240715 or 16087636. OLE color: 16087636.
HSL color Cylindrical-coordinate representation of color #547AF5: hue angle of 225.84º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #547AF5 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 122 | 245 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.04 |
| HSL | 225.84º | 0.89% | 0.65% | - |
| HSV(B) | 225.84º | 0.66% | 0.96% | - |
| XYZ | 27.1 | 22.4 | 89.28 | - |
| YUV | 124.66 | 195.91 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 245 | 0.66 | 0.50 | 0 | 0.04 | 225.84 | 0.89 | 0.65 |
| Hex | 54 | 7A | F5 | 42 | 32 | 0 | 4 | E2 | 59 | 41 |
| Octal | 124 | 172 | 365 | 102 | 62 | 0 | 4 | 342 | 131 | 101 |
| Binary | 1010100 | 1111010 | 11110101 | 1000010 | 110010 | 0 | 100 | 11100010 | 1011001 | 1000001 |
Color Harmonies of #547AF5
Complementary color
Monochromatic Colors of #547AF5
Black with #547AF5
Text Example
Text Example
White with #547AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AF5; }
p { color: rgb(84,122,245); }
H1.HeaderClassName
{
color: #547AF5;
}
.AnyTagClassName
{
color: #547AF5;
}
</style>
background-color css
<style>
a { background-color: #547AF5; }
a { background-color: rgb(84,122,245); }
div.DivClassName
{
background-color: #547AF5;
}
.BgClassName
{
background-color: #547AF5;
}
</style>
border-color css
<style>
span { border-color: #547AF5; }
span { border-color: rgb(84,122,245); }
td.TdClassName
{
border-color: #547AF5;
}
.TagClassName
{
border-color: #547AF5;
}
</style>