#547DE4

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

Shades of Royal Blue #547DE4

Tints of Royal Blue #547DE4

Color information

#547DE4 (or 0x547DE4) is unknown color: approx Royal Blue. HEX triplet: 54, 7D and E4. RGB value is (84,125,228). Sum of RGB (Red+Green+Blue) = 84+125+228=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #547DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DE4 is #AB821B. Grayscale: #7C7C7C. Windows color (decimal): -11239964 or 14974292. OLE color: 14974292.

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

Color convert

RGB84125228-
CMYK0.630.4500.11
HSL222.92º72.73%61.18%-
HSV(B)222.92º63.16%89.41%-
XYZ24.9922.1576.36-
YUV124.48186.4299.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.22%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 228 (89.45% from 255) = 52.17%
R=19.22%
G=28.60%
B=52.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal841252280.630.4500.11222.9272.7361.18
Hex547DE43F2D0Bdf493d
Octal124175344775501333711175
Binary101010011111011110010011111110110101011110111111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,125,228); }

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

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

 a { background-color: rgb(84,125,228); }

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

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

 span { border-color: rgb(84,125,228); }

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