#547AEB

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

Shades of Royal Blue #547AEB

Tints of Royal Blue #547AEB

Color information

#547AEB (or 0x547AEB) is unknown color: approx Royal Blue. HEX triplet: 54, 7A and EB. RGB value is (84,122,235). Sum of RGB (Red+Green+Blue) = 84+122+235=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #547AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AEB is #AB8514. Grayscale: #7B7B7B. Windows color (decimal): -11240725 or 15432276. OLE color: 15432276.

HSL color Cylindrical-coordinate representation of color #547AEB: hue angle of 224.9º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #547AEB is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84122235-
CMYK0.640.4800.08
HSL224.9º79.06%62.55%-
HSV(B)224.9º64.26%92.16%-
XYZ25.6121.881.46-
YUV123.52190.9199.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.05%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 235 (92.19% from 255) = 53.29%
R=19.05%
G=27.66%
B=53.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841222350.640.4800.08224.979.0662.55
Hex547AEB403008e14f3f
Octal1241723531006001034111777
Binary1010100111101011101011100000011000001000111000011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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