#546FEA

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

Shades of Royal Blue #546FEA

Tints of Royal Blue #546FEA

Color information

#546FEA (or 0x546FEA) is unknown color: approx Royal Blue. HEX triplet: 54, 6F and EA. RGB value is (84,111,234). Sum of RGB (Red+Green+Blue) = 84+111+234=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #546FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FEA is #AB9015. Grayscale: #747474. Windows color (decimal): -11243542 or 15363924. OLE color: 15363924.

HSL color Cylindrical-coordinate representation of color #546FEA: hue angle of 229.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #546FEA is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84111234-
CMYK0.640.5300.08
HSL229.2º78.12%62.35%-
HSV(B)229.2º64.1%91.76%-
XYZ24.1919.1980.27-
YUV116.95194.05104.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.58%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 234 (91.80% from 255) = 54.55%
R=19.58%
G=25.87%
B=54.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841112340.640.5300.08229.278.1262.35
Hex546FEA403508e54e3e
Octal1241573521006501034511676
Binary1010100110111111101010100000011010101000111001011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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