#5479F8

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

Shades of Royal Blue #5479F8

Tints of Royal Blue #5479F8

Color information

#5479F8 (or 0x5479F8) is unknown color: approx Royal Blue. HEX triplet: 54, 79 and F8. RGB value is (84,121,248). Sum of RGB (Red+Green+Blue) = 84+121+248=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #5479F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5479F8 is #AB8607. Grayscale: #7B7B7B. Windows color (decimal): -11240968 or 16283988. OLE color: 16283988.

HSL color Cylindrical-coordinate representation of color #5479F8: hue angle of 226.46º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5479F8 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB84121248-
CMYK0.660.5100.03
HSL226.46º92.13%65.1%-
HSV(B)226.46º66.13%97.25%-
XYZ27.4422.3491.67-
YUV124.42197.7499.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.54%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 248 (97.27% from 255) = 54.75%
R=18.54%
G=26.71%
B=54.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal841212480.660.5100.03226.4692.1365.1
Hex5479F8423303e25c41
Octal1241713701026303342134101
Binary101010011110011111100010000101100110111110001010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5479F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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