#5479EF

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

Shades of Royal Blue #5479EF

Tints of Royal Blue #5479EF

Color information

#5479EF (or 0x5479EF) is unknown color: approx Royal Blue. HEX triplet: 54, 79 and EF. RGB value is (84,121,239). Sum of RGB (Red+Green+Blue) = 84+121+239=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #5479EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5479EF is #AB8610. Grayscale: #7A7A7A. Windows color (decimal): -11240977 or 15694164. OLE color: 15694164.

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

Color convert

RGB84121239-
CMYK0.650.4900.06
HSL225.68º82.89%63.33%-
HSV(B)225.68º64.85%93.73%-
XYZ26.0721.7984.49-
YUV123.39193.2499.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.92%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 239 (93.75% from 255) = 53.83%
R=18.92%
G=27.25%
B=53.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal841212390.650.4900.06225.6882.8963.33
Hex5479EF413106e2533f
Octal124171357101610634212377
Binary101010011110011110111110000011100010110111000101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5479EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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