Shades of Royal Blue #547AF6
Tints of Royal Blue #547AF6
RGB
CMYK
RGB Variations
Color information
#547AF6 (or 0x547AF6) is known color: Royal Blue. HEX triplet: 54, 7A and F6. RGB value is (84,122,246). Sum of RGB (Red+Green+Blue) = 84+122+246=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #547AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AF6 is #AB8509. Grayscale: #7C7C7C. Windows color (decimal): -11240714 or 16153172. OLE color: 16153172.
HSL color Cylindrical-coordinate representation of color #547AF6: hue angle of 225.93º degrees, saturation: 0.9, 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 #547AF6 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 122 | 246 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.04 |
| HSL | 225.93º | 0.9% | 0.65% | - |
| HSV(B) | 225.93º | 0.66% | 0.96% | - |
| XYZ | 27.25 | 22.46 | 90.09 | - |
| YUV | 124.77 | 196.41 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 246 | 0.66 | 0.50 | 0 | 0.04 | 225.93 | 0.9 | 0.65 |
| Hex | 54 | 7A | F6 | 42 | 32 | 0 | 4 | E2 | 5A | 41 |
| Octal | 124 | 172 | 366 | 102 | 62 | 0 | 4 | 342 | 132 | 101 |
| Binary | 1010100 | 1111010 | 11110110 | 1000010 | 110010 | 0 | 100 | 11100010 | 1011010 | 1000001 |
Color Harmonies of #547AF6
Complementary color
Monochromatic Colors of #547AF6
Black with #547AF6
Text Example
Text Example
White with #547AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AF6; }
p { color: rgb(84,122,246); }
H1.HeaderClassName
{
color: #547AF6;
}
.AnyTagClassName
{
color: #547AF6;
}
</style>
background-color css
<style>
a { background-color: #547AF6; }
a { background-color: rgb(84,122,246); }
div.DivClassName
{
background-color: #547AF6;
}
.BgClassName
{
background-color: #547AF6;
}
</style>
border-color css
<style>
span { border-color: #547AF6; }
span { border-color: rgb(84,122,246); }
td.TdClassName
{
border-color: #547AF6;
}
.TagClassName
{
border-color: #547AF6;
}
</style>