Shades of Royal Blue #546CF8
Tints of Royal Blue #546CF8
RGB
CMYK
RGB Variations
Color information
#546CF8 (or 0x546CF8) is known color: Royal Blue. HEX triplet: 54, 6C and F8. RGB value is (84,108,248). Sum of RGB (Red+Green+Blue) = 84+108+248=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #546CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546CF8 is #AB9307. Grayscale: #747474. Windows color (decimal): -11244296 or 16280660. OLE color: 16280660.
HSL color Cylindrical-coordinate representation of color #546CF8: hue angle of 231.22º degrees, saturation: 0.92, 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 #546CF8 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 108 | 248 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.03 |
| HSL | 231.22º | 0.92% | 0.65% | - |
| HSV(B) | 231.22º | 0.66% | 0.97% | - |
| XYZ | 25.96 | 19.39 | 91.18 | - |
| YUV | 116.78 | 202.05 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 248 | 0.66 | 0.56 | 0 | 0.03 | 231.22 | 0.92 | 0.65 |
| Hex | 54 | 6C | F8 | 42 | 38 | 0 | 3 | E7 | 5C | 41 |
| Octal | 124 | 154 | 370 | 102 | 70 | 0 | 3 | 347 | 134 | 101 |
| Binary | 1010100 | 1101100 | 11111000 | 1000010 | 111000 | 0 | 11 | 11100111 | 1011100 | 1000001 |
Color Harmonies of #546CF8
Complementary color
Monochromatic Colors of #546CF8
Black with #546CF8
Text Example
Text Example
White with #546CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546CF8; }
p { color: rgb(84,108,248); }
H1.HeaderClassName
{
color: #546CF8;
}
.AnyTagClassName
{
color: #546CF8;
}
</style>
background-color css
<style>
a { background-color: #546CF8; }
a { background-color: rgb(84,108,248); }
div.DivClassName
{
background-color: #546CF8;
}
.BgClassName
{
background-color: #546CF8;
}
</style>
border-color css
<style>
span { border-color: #546CF8; }
span { border-color: rgb(84,108,248); }
td.TdClassName
{
border-color: #546CF8;
}
.TagClassName
{
border-color: #546CF8;
}
</style>