#546fff

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

Shades of Royal Blue #546FFF

Tints of Royal Blue #546FFF

Color information

#546FFF (or 0x546FFF) is unknown color: approx Royal Blue. HEX triplet: 54, 6F and FF. RGB value is (84,111,255). Sum of RGB (Red+Green+Blue) = 84+111+255=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #546FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FFF is #AB9000. Grayscale: #767676. Windows color (decimal): -11243521 or 16740180. OLE color: 16740180.

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

Color convert

RGB84111255-
CMYK0.670.5600
HSL230.53º100%66.47%-
HSV(B)230.53º67.06%100%-
XYZ27.3920.4797.12-
YUV119.34204.55102.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.67%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 255 (100% from 255) = 56.67%
R=18.67%
G=24.67%
B=56.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841112550.670.5600230.5310066.47
Hex546FFF433800e76442
Octal1241573771037000347144102
Binary10101001101111111111111000011111000001110011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,111,255); }

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

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

 a { background-color: rgb(84,111,255); }

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

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

 span { border-color: rgb(84,111,255); }

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