#546ADF

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

Shades of Royal Blue #546ADF

Tints of Royal Blue #546ADF

Color information

#546ADF (or 0x546ADF) is unknown color: approx Royal Blue. HEX triplet: 54, 6A and DF. RGB value is (84,106,223). Sum of RGB (Red+Green+Blue) = 84+106+223=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #546ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ADF is #AB9520. Grayscale: #707070. Windows color (decimal): -11244833 or 14641748. OLE color: 14641748.

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

Color convert

RGB84106223-
CMYK0.620.5200.13
HSL230.5º68.47%60.2%-
HSV(B)230.5º62.33%87.45%-
XYZ22.1317.5272.03-
YUV112.76190.21107.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.34%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 223 (87.5% from 255) = 54.00%
R=20.34%
G=25.67%
B=54.00%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841062230.620.5200.13230.568.4760.2
Hex546ADF3E340De7443c
Octal124152337766401534710474
Binary101010011010101101111111111011010001101111001111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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