#5478EF

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

Shades of Royal Blue #5478EF

Tints of Royal Blue #5478EF

Color information

#5478EF (or 0x5478EF) is unknown color: approx Royal Blue. HEX triplet: 54, 78 and EF. RGB value is (84,120,239). Sum of RGB (Red+Green+Blue) = 84+120+239=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #5478EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5478EF is #AB8710. Grayscale: #7A7A7A. Windows color (decimal): -11241233 or 15693908. OLE color: 15693908.

HSL color Cylindrical-coordinate representation of color #5478EF: hue angle of 226.06º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5478EF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB84120239-
CMYK0.650.5000.06
HSL226.06º82.89%63.33%-
HSV(B)226.06º64.85%93.73%-
XYZ25.9521.5584.45-
YUV122.8193.57100.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.96%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 239 (93.75% from 255) = 53.95%
R=18.96%
G=27.09%
B=53.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal841202390.650.5000.06226.0682.8963.33
Hex5478EF413206e2533f
Octal124170357101620634212377
Binary101010011110001110111110000011100100110111000101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5478EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5478EF; }

 p { color: rgb(84,120,239); }

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

<style>
 a { background-color: #5478EF; }

 a { background-color: rgb(84,120,239); }

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

<style>
 span { border-color: #5478EF; }

 span { border-color: rgb(84,120,239); }

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