#546EDF

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

Shades of Royal Blue #546EDF

Tints of Royal Blue #546EDF

Color information

#546EDF (or 0x546EDF) is unknown color: approx Royal Blue. HEX triplet: 54, 6E and DF. RGB value is (84,110,223). Sum of RGB (Red+Green+Blue) = 84+110+223=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #546EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546EDF is #AB9120. Grayscale: #727272. Windows color (decimal): -11243809 or 14642772. OLE color: 14642772.

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

Color convert

RGB84110223-
CMYK0.620.5100.13
HSL228.78º68.47%60.2%-
HSV(B)228.78º62.33%87.45%-
XYZ22.5518.3672.17-
YUV115.11188.89105.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.14%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 223 (87.5% from 255) = 53.48%
R=20.14%
G=26.38%
B=53.48%

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
Decimal841102230.620.5100.13228.7868.4760.2
Hex546EDF3E330De5443c
Octal124156337766301534510474
Binary101010011011101101111111111011001101101111001011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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