#545EDC

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

Shades of Royal Blue #545EDC

Tints of Royal Blue #545EDC

Color information

#545EDC (or 0x545EDC) is unknown color: approx Royal Blue. HEX triplet: 54, 5E and DC. RGB value is (84,94,220). Sum of RGB (Red+Green+Blue) = 84+94+220=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #545EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EDC is #ABA123. Grayscale: #686868. Windows color (decimal): -11247908 or 14442068. OLE color: 14442068.

HSL color Cylindrical-coordinate representation of color #545EDC: hue angle of 235.59º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545EDC is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8494220-
CMYK0.620.5700.14
HSL235.59º66.02%59.61%-
HSV(B)235.59º61.82%86.27%-
XYZ20.5815.0669.53-
YUV105.37192.69112.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.11%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 220 (86.33% from 255) = 55.28%
R=21.11%
G=23.62%
B=55.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal84942200.620.5700.14235.5966.0259.61
Hex545EDC3E390Eec423c
Octal124136334767101635410274
Binary101010010111101101110011111011100101110111011001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545EDC; }

 p { color: rgb(84,94,220); }

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

<style>
 a { background-color: #545EDC; }

 a { background-color: rgb(84,94,220); }

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

<style>
 span { border-color: #545EDC; }

 span { border-color: rgb(84,94,220); }

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