#5464F0

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

Shades of Royal Blue #5464F0

Tints of Royal Blue #5464F0

Color information

#5464F0 (or 0x5464F0) is unknown color: approx Royal Blue. HEX triplet: 54, 64 and F0. RGB value is (84,100,240). Sum of RGB (Red+Green+Blue) = 84+100+240=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #5464F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5464F0 is #AB9B0F. Grayscale: #6E6E6E. Windows color (decimal): -11246352 or 15754324. OLE color: 15754324.

HSL color Cylindrical-coordinate representation of color #5464F0: hue angle of 233.85º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5464F0 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB84100240-
CMYK0.650.5800.06
HSL233.85º83.87%63.53%-
HSV(B)233.85º65%94.12%-
XYZ23.9417.2984.51-
YUV111.18200.7108.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.81%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 240 (94.14% from 255) = 56.60%
R=19.81%
G=23.58%
B=56.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal841002400.650.5800.06233.8583.8763.53
Hex5464F0413A06ea5440
Octal1241443601017206352124100
Binary1010100110010011110000100000111101001101110101010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5464F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5464F0; }

 p { color: rgb(84,100,240); }

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

<style>
 a { background-color: #5464F0; }

 a { background-color: rgb(84,100,240); }

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

<style>
 span { border-color: #5464F0; }

 span { border-color: rgb(84,100,240); }

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