#546FDF

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

Shades of Royal Blue #546FDF

Tints of Royal Blue #546FDF

Color information

#546FDF (or 0x546FDF) is unknown color: approx Royal Blue. HEX triplet: 54, 6F and DF. RGB value is (84,111,223). Sum of RGB (Red+Green+Blue) = 84+111+223=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #546FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FDF is #AB9020. Grayscale: #737373. Windows color (decimal): -11243553 or 14643028. OLE color: 14643028.

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

Color convert

RGB84111223-
CMYK0.620.5000.13
HSL228.35º68.47%60.2%-
HSV(B)228.35º62.33%87.45%-
XYZ22.6618.5872.2-
YUV115.7188.55105.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.10%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 223 (87.5% from 255) = 53.35%
R=20.10%
G=26.56%
B=53.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841112230.620.5000.13228.3568.4760.2
Hex546FDF3E320De4443c
Octal124157337766201534410474
Binary101010011011111101111111111011001001101111001001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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