#546cf7

Color #546CF7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #546CF7

Tints of Royal Blue #546CF7

Color information

#546CF7 (or 0x546CF7) is unknown color: approx Royal Blue. HEX triplet: 54, 6C and F7. RGB value is (84,108,247). Sum of RGB (Red+Green+Blue) = 84+108+247=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #546CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546CF7 is #AB9308. Grayscale: #747474. Windows color (decimal): -11244297 or 16215124. OLE color: 16215124.

HSL color Cylindrical-coordinate representation of color #546CF7: hue angle of 231.17º 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 #546CF7 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB84108247-
CMYK0.660.5600.03
HSL231.17º91.06%64.9%-
HSV(B)231.17º65.99%96.86%-
XYZ25.8119.3390.37-
YUV116.67201.55104.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 19.13%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 247 (96.88% from 255) = 56.26%
R=19.13%
G=24.60%
B=56.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal841082470.660.5600.03231.1791.0664.9
Hex546CF7423803e75b41
Octal1241543671027003347133101
Binary101010011011001111011110000101110000111110011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546cf7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546cf7; }

 p { color: rgb(84,108,247); }

 H1.HeaderClassName
 {
   color: #546cf7;
 }
 .AnyTagClassName
 {
   color: #546cf7;
 }
</style>
background-color css

<style>
 a { background-color: #546cf7; }

 a { background-color: rgb(84,108,247); }

 div.DivClassName
 {
   background-color: #546cf7;
 }
 .BgClassName
 {
   background-color: #546cf7;
 }
</style>
border-color css

<style>
 span { border-color: #546cf7; }

 span { border-color: rgb(84,108,247); }

 td.TdClassName
 {
   border-color: #546cf7;
 }
 .TagClassName
 {
   border-color: #546cf7;
 }
</style>