Shades of Royal Blue #547DE6
Tints of Royal Blue #547DE6
RGB
CMYK
RGB Variations
Color information
#547DE6 (or 0x547DE6) is known color: Royal Blue. HEX triplet: 54, 7D and E6. RGB value is (84,125,230). Sum of RGB (Red+Green+Blue) = 84+125+230=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #547DE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547DE6 is #AB8219. Grayscale: #7C7C7C. Windows color (decimal): -11239962 or 15105364. OLE color: 15105364.
HSL color Cylindrical-coordinate representation of color #547DE6: hue angle of 223.15º 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 #547DE6 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 125 | 230 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.10 |
| HSL | 223.15º | 0.74% | 0.62% | - |
| HSV(B) | 223.15º | 0.63% | 0.9% | - |
| XYZ | 25.27 | 22.27 | 77.83 | - |
| YUV | 124.71 | 187.42 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 230 | 0.63 | 0.46 | 0 | 0.10 | 223.15 | 0.74 | 0.62 |
| Hex | 54 | 7D | E6 | 3F | 2E | 0 | A | DF | 4A | 3E |
| Octal | 124 | 175 | 346 | 77 | 56 | 0 | 12 | 337 | 112 | 76 |
| Binary | 1010100 | 1111101 | 11100110 | 111111 | 101110 | 0 | 1010 | 11011111 | 1001010 | 111110 |
Color Harmonies of #547DE6
Complementary color
Monochromatic Colors of #547DE6
Black with #547DE6
Text Example
Text Example
White with #547DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DE6; }
p { color: rgb(84,125,230); }
H1.HeaderClassName
{
color: #547DE6;
}
.AnyTagClassName
{
color: #547DE6;
}
</style>
background-color css
<style>
a { background-color: #547DE6; }
a { background-color: rgb(84,125,230); }
div.DivClassName
{
background-color: #547DE6;
}
.BgClassName
{
background-color: #547DE6;
}
</style>
border-color css
<style>
span { border-color: #547DE6; }
span { border-color: rgb(84,125,230); }
td.TdClassName
{
border-color: #547DE6;
}
.TagClassName
{
border-color: #547DE6;
}
</style>