#546FD2

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

Shades of Royal Blue #546FD2

Tints of Royal Blue #546FD2

Color information

#546FD2 (or 0x546FD2) is unknown color: approx Royal Blue. HEX triplet: 54, 6F and D2. RGB value is (84,111,210). Sum of RGB (Red+Green+Blue) = 84+111+210=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 210 (82.42% from 255 or 51.85% from 405); Max value from RGB is 210 - color contains mainly: blue. Hex color #546FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FD2 is #AB902D. Grayscale: #717171. Windows color (decimal): -11243566 or 13791060. OLE color: 13791060.

HSL color Cylindrical-coordinate representation of color #546FD2: hue angle of 227.14º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #546FD2 is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84111210-
CMYK0.60.4700.18
HSL227.14º58.33%57.65%-
HSV(B)227.14º60%82.35%-
XYZ20.9717.9163.32-
YUV114.21182.05106.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.74%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 210 (82.42% from 255) = 51.85%
R=20.74%
G=27.41%
B=51.85%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841112100.60.4700.18227.1458.3357.65
Hex546FD23C2F012e33a3a
Octal12415732274570223437272
Binary101010011011111101001011110010111101001011100011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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