#5479EB

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

Shades of Royal Blue #5479EB

Tints of Royal Blue #5479EB

Color information

#5479EB (or 0x5479EB) is unknown color: approx Royal Blue. HEX triplet: 54, 79 and EB. RGB value is (84,121,235). Sum of RGB (Red+Green+Blue) = 84+121+235=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #5479EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5479EB is #AB8614. Grayscale: #7A7A7A. Windows color (decimal): -11240981 or 15432020. OLE color: 15432020.

HSL color Cylindrical-coordinate representation of color #5479EB: hue angle of 225.3º 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 #5479EB is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84121235-
CMYK0.640.4900.08
HSL225.3º79.06%62.55%-
HSV(B)225.3º64.26%92.16%-
XYZ25.4921.5681.41-
YUV122.93191.24100.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.09%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 235 (92.19% from 255) = 53.41%
R=19.09%
G=27.5%
B=53.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841212350.640.4900.08225.379.0662.55
Hex5479EB403108e14f3f
Octal1241713531006101034111777
Binary1010100111100111101011100000011000101000111000011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5479EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5479EB; }

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

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

<style>
 a { background-color: #5479EB; }

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

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

<style>
 span { border-color: #5479EB; }

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

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