#5464EE

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

Shades of Royal Blue #5464EE

Tints of Royal Blue #5464EE

Color information

#5464EE (or 0x5464EE) is unknown color: approx Royal Blue. HEX triplet: 54, 64 and EE. RGB value is (84,100,238). Sum of RGB (Red+Green+Blue) = 84+100+238=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #5464EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5464EE is #AB9B11. Grayscale: #6E6E6E. Windows color (decimal): -11246354 or 15623252. OLE color: 15623252.

HSL color Cylindrical-coordinate representation of color #5464EE: hue angle of 233.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5464EE is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84100238-
CMYK0.650.5800.07
HSL233.77º81.91%63.14%-
HSV(B)233.77º64.71%93.33%-
XYZ23.6517.1782.96-
YUV110.95199.7108.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.91%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 238 (93.36% from 255) = 56.40%
R=19.91%
G=23.70%
B=56.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal841002380.650.5800.07233.7781.9163.14
Hex5464EE413A07ea523f
Octal124144356101720735212277
Binary101010011001001110111010000011110100111111010101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5464EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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