#547CE1

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

Shades of Royal Blue #547CE1

Tints of Royal Blue #547CE1

Color information

#547CE1 (or 0x547CE1) is unknown color: approx Royal Blue. HEX triplet: 54, 7C and E1. RGB value is (84,124,225). Sum of RGB (Red+Green+Blue) = 84+124+225=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #547CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CE1 is #AB831E. Grayscale: #7B7B7B. Windows color (decimal): -11240223 or 14777428. OLE color: 14777428.

HSL color Cylindrical-coordinate representation of color #547CE1: hue angle of 222.98º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #547CE1 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84124225-
CMYK0.630.4500.12
HSL222.98º70.15%60.59%-
HSV(B)222.98º62.67%88.24%-
XYZ24.4521.7474.14-
YUV123.55185.2599.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.40%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 225 (88.28% from 255) = 51.96%
R=19.40%
G=28.64%
B=51.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841242250.630.4500.12222.9870.1560.59
Hex547CE13F2D0Cdf463d
Octal124174341775501433710675
Binary101010011111001110000111111110110101100110111111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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