#545EDF

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

Shades of Royal Blue #545EDF

Tints of Royal Blue #545EDF

Color information

#545EDF (or 0x545EDF) is unknown color: approx Royal Blue. HEX triplet: 54, 5E and DF. RGB value is (84,94,223). Sum of RGB (Red+Green+Blue) = 84+94+223=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #545EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EDF is #ABA120. Grayscale: #696969. Windows color (decimal): -11247905 or 14638676. OLE color: 14638676.

HSL color Cylindrical-coordinate representation of color #545EDF: hue angle of 235.68º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545EDF is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8494223-
CMYK0.620.5800.13
HSL235.68º68.47%60.2%-
HSV(B)235.68º62.33%87.45%-
XYZ20.9815.2271.64-
YUV105.72194.19112.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 223 (87.5% from 255) = 55.61%
R=20.95%
G=23.44%
B=55.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84942230.620.5800.13235.6868.4760.2
Hex545EDF3E3A0Dec443c
Octal124136337767201535410474
Binary101010010111101101111111111011101001101111011001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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