Shades of Royal Blue #547BE6
Tints of Royal Blue #547BE6
RGB
CMYK
RGB Variations
Color information
#547BE6 (or 0x547BE6) is known color: Royal Blue. HEX triplet: 54, 7B and E6. RGB value is (84,123,230). Sum of RGB (Red+Green+Blue) = 84+123+230=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #547BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547BE6 is #AB8419. Grayscale: #7B7B7B. Windows color (decimal): -11240474 or 15104852. OLE color: 15104852.
HSL color Cylindrical-coordinate representation of color #547BE6: hue angle of 223.97º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #547BE6 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 123 | 230 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.10 |
| HSL | 223.97º | 0.74% | 0.62% | - |
| HSV(B) | 223.97º | 0.63% | 0.9% | - |
| XYZ | 25.02 | 21.76 | 77.74 | - |
| YUV | 123.54 | 188.08 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 230 | 0.63 | 0.47 | 0 | 0.10 | 223.97 | 0.74 | 0.62 |
| Hex | 54 | 7B | E6 | 3F | 2F | 0 | A | E0 | 4A | 3E |
| Octal | 124 | 173 | 346 | 77 | 57 | 0 | 12 | 340 | 112 | 76 |
| Binary | 1010100 | 1111011 | 11100110 | 111111 | 101111 | 0 | 1010 | 11100000 | 1001010 | 111110 |
Color Harmonies of #547BE6
Complementary color
Monochromatic Colors of #547BE6
Black with #547BE6
Text Example
Text Example
White with #547BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BE6; }
p { color: rgb(84,123,230); }
H1.HeaderClassName
{
color: #547BE6;
}
.AnyTagClassName
{
color: #547BE6;
}
</style>
background-color css
<style>
a { background-color: #547BE6; }
a { background-color: rgb(84,123,230); }
div.DivClassName
{
background-color: #547BE6;
}
.BgClassName
{
background-color: #547BE6;
}
</style>
border-color css
<style>
span { border-color: #547BE6; }
span { border-color: rgb(84,123,230); }
td.TdClassName
{
border-color: #547BE6;
}
.TagClassName
{
border-color: #547BE6;
}
</style>