#546CFA

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

Shades of Royal Blue #546CFA

Tints of Royal Blue #546CFA

Color information

#546CFA (or 0x546CFA) is unknown color: approx Royal Blue. HEX triplet: 54, 6C and FA. RGB value is (84,108,250). Sum of RGB (Red+Green+Blue) = 84+108+250=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #546CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546CFA is #AB9305. Grayscale: #747474. Windows color (decimal): -11244294 or 16411732. OLE color: 16411732.

HSL color Cylindrical-coordinate representation of color #546CFA: hue angle of 231.33º degrees, saturation: 0.94, 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 #546CFA is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84108250-
CMYK0.660.5700.02
HSL231.33º94.32%65.49%-
HSV(B)231.33º66.4%98.04%-
XYZ26.2719.5192.82-
YUV117.01203.05104.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.00%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 250 (98.05% from 255) = 56.56%
R=19.00%
G=24.43%
B=56.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841082500.660.5700.02231.3394.3265.49
Hex546CFA423902e75e41
Octal1241543721027102347136101
Binary101010011011001111101010000101110010101110011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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