#547ADB

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

Shades of Royal Blue #547ADB

Tints of Royal Blue #547ADB

Color information

#547ADB (or 0x547ADB) is unknown color: approx Royal Blue. HEX triplet: 54, 7A and DB. RGB value is (84,122,219). Sum of RGB (Red+Green+Blue) = 84+122+219=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #547ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ADB is #AB8524. Grayscale: #797979. Windows color (decimal): -11240741 or 14383700. OLE color: 14383700.

HSL color Cylindrical-coordinate representation of color #547ADB: hue angle of 223.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #547ADB is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84122219-
CMYK0.620.4400.14
HSL223.11º65.22%59.41%-
HSV(B)223.11º61.64%85.88%-
XYZ23.420.9269.82-
YUV121.7182.91101.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.76%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 219 (85.94% from 255) = 51.53%
R=19.76%
G=28.71%
B=51.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841222190.620.4400.14223.1165.2259.41
Hex547ADB3E2C0Edf413b
Octal124172333765401633710173
Binary101010011110101101101111111010110001110110111111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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