#546EF9

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

Shades of Royal Blue #546EF9

Tints of Royal Blue #546EF9

Color information

#546EF9 (or 0x546EF9) is unknown color: approx Royal Blue. HEX triplet: 54, 6E and F9. RGB value is (84,110,249). Sum of RGB (Red+Green+Blue) = 84+110+249=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #546EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546EF9 is #AB9106. Grayscale: #757575. Windows color (decimal): -11243783 or 16346708. OLE color: 16346708.

HSL color Cylindrical-coordinate representation of color #546EF9: hue angle of 230.55º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #546EF9 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84110249-
CMYK0.660.5600.02
HSL230.55º93.22%65.29%-
HSV(B)230.55º66.27%97.65%-
XYZ26.3319.8892.07-
YUV118.07201.89103.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.96%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 249 (97.66% from 255) = 56.21%
R=18.96%
G=24.83%
B=56.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841102490.660.5600.02230.5593.2265.29
Hex546EF9423802e75d41
Octal1241563711027002347135101
Binary101010011011101111100110000101110000101110011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,110,249); }

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

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

 a { background-color: rgb(84,110,249); }

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

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

 span { border-color: rgb(84,110,249); }

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