Shades of Royal Blue #547AF7
Tints of Royal Blue #547AF7
RGB
CMYK
RGB Variations
Color information
#547AF7 (or 0x547AF7) is known color: Royal Blue. HEX triplet: 54, 7A and F7. RGB value is (84,122,247). Sum of RGB (Red+Green+Blue) = 84+122+247=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 247 (96.88% from 255 or 54.53% from 453); Max value from RGB is 247 - color contains mainly: blue. Hex color #547AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AF7 is #AB8508. Grayscale: #7C7C7C. Windows color (decimal): -11240713 or 16218708. OLE color: 16218708.
HSL color Cylindrical-coordinate representation of color #547AF7: hue angle of 226.01º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #547AF7 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 122 | 247 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.03 |
| HSL | 226.01º | 0.91% | 0.65% | - |
| HSV(B) | 226.01º | 0.66% | 0.97% | - |
| XYZ | 27.4 | 22.52 | 90.9 | - |
| YUV | 124.89 | 196.91 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 247 | 0.66 | 0.51 | 0 | 0.03 | 226.01 | 0.91 | 0.65 |
| Hex | 54 | 7A | F7 | 42 | 33 | 0 | 3 | E2 | 5B | 41 |
| Octal | 124 | 172 | 367 | 102 | 63 | 0 | 3 | 342 | 133 | 101 |
| Binary | 1010100 | 1111010 | 11110111 | 1000010 | 110011 | 0 | 11 | 11100010 | 1011011 | 1000001 |
Color Harmonies of #547AF7
Complementary color
Monochromatic Colors of #547AF7
Black with #547AF7
Text Example
Text Example
White with #547AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AF7; }
p { color: rgb(84,122,247); }
H1.HeaderClassName
{
color: #547AF7;
}
.AnyTagClassName
{
color: #547AF7;
}
</style>
background-color css
<style>
a { background-color: #547AF7; }
a { background-color: rgb(84,122,247); }
div.DivClassName
{
background-color: #547AF7;
}
.BgClassName
{
background-color: #547AF7;
}
</style>
border-color css
<style>
span { border-color: #547AF7; }
span { border-color: rgb(84,122,247); }
td.TdClassName
{
border-color: #547AF7;
}
.TagClassName
{
border-color: #547AF7;
}
</style>