#547AE1

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

Shades of Royal Blue #547AE1

Tints of Royal Blue #547AE1

Color information

#547AE1 (or 0x547AE1) is unknown color: approx Royal Blue. HEX triplet: 54, 7A and E1. RGB value is (84,122,225). Sum of RGB (Red+Green+Blue) = 84+122+225=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #547AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AE1 is #AB851E. Grayscale: #797979. Windows color (decimal): -11240735 or 14776916. OLE color: 14776916.

HSL color Cylindrical-coordinate representation of color #547AE1: hue angle of 223.83º 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 #547AE1 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84122225-
CMYK0.630.4600.12
HSL223.83º70.15%60.59%-
HSV(B)223.83º62.67%88.24%-
XYZ24.2121.2474.06-
YUV122.38185.91100.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.49%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 225 (88.28% from 255) = 52.20%
R=19.49%
G=28.31%
B=52.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841222250.630.4600.12223.8370.1560.59
Hex547AE13F2E0Ce0463d
Octal124172341775601434010675
Binary101010011110101110000111111110111001100111000001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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