#5468ed

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

Shades of Royal Blue #5468ED

Tints of Royal Blue #5468ED

Color information

#5468ED (or 0x5468ED) is unknown color: approx Royal Blue. HEX triplet: 54, 68 and ED. RGB value is (84,104,237). Sum of RGB (Red+Green+Blue) = 84+104+237=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #5468ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5468ED is #AB9712. Grayscale: #707070. Windows color (decimal): -11245331 or 15558740. OLE color: 15558740.

HSL color Cylindrical-coordinate representation of color #5468ED: hue angle of 232.16º degrees, saturation: 0.81, 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 #5468ED is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84104237-
CMYK0.650.5600.07
HSL232.16º80.95%62.94%-
HSV(B)232.16º64.56%92.94%-
XYZ23.8917.982.32-
YUV113.18197.87107.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.76%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 237 (92.97% from 255) = 55.76%
R=19.76%
G=24.47%
B=55.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal841042370.650.5600.07232.1680.9562.94
Hex5468ED413807e8513f
Octal124150355101700735012177
Binary101010011010001110110110000011110000111111010001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5468ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5468ed; }

 p { color: rgb(84,104,237); }

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

<style>
 a { background-color: #5468ed; }

 a { background-color: rgb(84,104,237); }

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

<style>
 span { border-color: #5468ed; }

 span { border-color: rgb(84,104,237); }

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