#5479FC

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

Shades of Royal Blue #5479FC

Tints of Royal Blue #5479FC

Color information

#5479FC (or 0x5479FC) is unknown color: approx Royal Blue. HEX triplet: 54, 79 and FC. RGB value is (84,121,252). Sum of RGB (Red+Green+Blue) = 84+121+252=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #5479FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5479FC is #AB8603. Grayscale: #7C7C7C. Windows color (decimal): -11240964 or 16546132. OLE color: 16546132.

HSL color Cylindrical-coordinate representation of color #5479FC: hue angle of 226.79º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5479FC is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84121252-
CMYK0.670.5200.01
HSL226.79º96.55%65.88%-
HSV(B)226.79º66.67%98.82%-
XYZ28.0622.5994.98-
YUV124.87199.7498.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.38%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 252 (98.83% from 255) = 55.14%
R=18.38%
G=26.48%
B=55.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal841212520.670.5200.01226.7996.5565.88
Hex5479FC433401e36142
Octal1241713741036401343141102
Binary10101001111001111111001000011110100011110001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5479FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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