#547CDE

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

Shades of Royal Blue #547CDE

Tints of Royal Blue #547CDE

Color information

#547CDE (or 0x547CDE) is unknown color: approx Royal Blue. HEX triplet: 54, 7C and DE. RGB value is (84,124,222). Sum of RGB (Red+Green+Blue) = 84+124+222=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #547CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CDE is #AB8321. Grayscale: #7A7A7A. Windows color (decimal): -11240226 or 14580820. OLE color: 14580820.

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

Color convert

RGB84124222-
CMYK0.620.4400.13
HSL222.61º67.65%60%-
HSV(B)222.61º62.16%87.06%-
XYZ24.0521.5772-
YUV123.21183.75100.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 222 (87.11% from 255) = 51.63%
R=19.53%
G=28.84%
B=51.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841242220.620.4400.13222.6167.6560
Hex547CDE3E2C0Ddf443c
Octal124174336765401533710474
Binary101010011111001101111011111010110001101110111111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547CDE; }

 p { color: rgb(84,124,222); }

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

<style>
 a { background-color: #547CDE; }

 a { background-color: rgb(84,124,222); }

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

<style>
 span { border-color: #547CDE; }

 span { border-color: rgb(84,124,222); }

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