#546DDF

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

Shades of Royal Blue #546DDF

Tints of Royal Blue #546DDF

Color information

#546DDF (or 0x546DDF) is unknown color: approx Royal Blue. HEX triplet: 54, 6D and DF. RGB value is (84,109,223). Sum of RGB (Red+Green+Blue) = 84+109+223=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #546DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DDF is #AB9220. Grayscale: #727272. Windows color (decimal): -11244065 or 14642516. OLE color: 14642516.

HSL color Cylindrical-coordinate representation of color #546DDF: hue angle of 229.21º 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 #546DDF is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84109223-
CMYK0.620.5100.13
HSL229.21º68.47%60.2%-
HSV(B)229.21º62.33%87.45%-
XYZ22.4418.1572.13-
YUV114.52189.22106.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.19%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 223 (87.5% from 255) = 53.61%
R=20.19%
G=26.20%
B=53.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841092230.620.5100.13229.2168.4760.2
Hex546DDF3E330De5443c
Octal124155337766301534510474
Binary101010011011011101111111111011001101101111001011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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