Shades of Royal Blue #547AF0
Tints of Royal Blue #547AF0
RGB
CMYK
RGB Variations
Color information
#547AF0 (or 0x547AF0) is known color: Royal Blue. HEX triplet: 54, 7A and F0. RGB value is (84,122,240). Sum of RGB (Red+Green+Blue) = 84+122+240=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #547AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AF0 is #AB850F. Grayscale: #7B7B7B. Windows color (decimal): -11240720 or 15759956. OLE color: 15759956.
HSL color Cylindrical-coordinate representation of color #547AF0: hue angle of 225.38º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #547AF0 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 122 | 240 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.06 |
| HSL | 225.38º | 0.84% | 0.64% | - |
| HSV(B) | 225.38º | 0.65% | 0.94% | - |
| XYZ | 26.34 | 22.1 | 85.31 | - |
| YUV | 124.09 | 193.41 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 240 | 0.65 | 0.49 | 0 | 0.06 | 225.38 | 0.84 | 0.64 |
| Hex | 54 | 7A | F0 | 41 | 31 | 0 | 6 | E1 | 54 | 40 |
| Octal | 124 | 172 | 360 | 101 | 61 | 0 | 6 | 341 | 124 | 100 |
| Binary | 1010100 | 1111010 | 11110000 | 1000001 | 110001 | 0 | 110 | 11100001 | 1010100 | 1000000 |
Color Harmonies of #547AF0
Complementary color
Monochromatic Colors of #547AF0
Black with #547AF0
Text Example
Text Example
White with #547AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AF0; }
p { color: rgb(84,122,240); }
H1.HeaderClassName
{
color: #547AF0;
}
.AnyTagClassName
{
color: #547AF0;
}
</style>
background-color css
<style>
a { background-color: #547AF0; }
a { background-color: rgb(84,122,240); }
div.DivClassName
{
background-color: #547AF0;
}
.BgClassName
{
background-color: #547AF0;
}
</style>
border-color css
<style>
span { border-color: #547AF0; }
span { border-color: rgb(84,122,240); }
td.TdClassName
{
border-color: #547AF0;
}
.TagClassName
{
border-color: #547AF0;
}
</style>