#547EDF

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

Shades of Royal Blue #547EDF

Tints of Royal Blue #547EDF

Color information

#547EDF (or 0x547EDF) is unknown color: approx Royal Blue. HEX triplet: 54, 7E and DF. RGB value is (84,126,223). Sum of RGB (Red+Green+Blue) = 84+126+223=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #547EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547EDF is #AB8120. Grayscale: #7C7C7C. Windows color (decimal): -11239713 or 14646868. OLE color: 14646868.

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

Color convert

RGB84126223-
CMYK0.620.4300.13
HSL221.87º68.47%60.2%-
HSV(B)221.87º62.33%87.45%-
XYZ24.4422.1372.8-
YUV124.5183.5999.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.40%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 223 (87.5% from 255) = 51.50%
R=19.40%
G=29.10%
B=51.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841262230.620.4300.13221.8768.4760.2
Hex547EDF3E2B0Dde443c
Octal124176337765301533610474
Binary101010011111101101111111111010101101101110111101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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