#5468F1

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

Shades of Royal Blue #5468F1

Tints of Royal Blue #5468F1

Color information

#5468F1 (or 0x5468F1) is unknown color: approx Royal Blue. HEX triplet: 54, 68 and F1. RGB value is (84,104,241). Sum of RGB (Red+Green+Blue) = 84+104+241=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #5468F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5468F1 is #AB970E. Grayscale: #717171. Windows color (decimal): -11245327 or 15820884. OLE color: 15820884.

HSL color Cylindrical-coordinate representation of color #5468F1: hue angle of 232.36º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5468F1 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84104241-
CMYK0.650.5700.05
HSL232.36º84.86%63.73%-
HSV(B)232.36º65.15%94.51%-
XYZ24.4818.1485.43-
YUV113.64199.87106.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.58%
GREEN value IS 104 (41.02% from 255) = 24.24%
BLUE value IS 241 (94.53% from 255) = 56.18%
R=19.58%
G=24.24%
B=56.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841042410.650.5700.05232.3684.8663.73
Hex5468F1413905e85540
Octal1241503611017105350125100
Binary1010100110100011110001100000111100101011110100010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5468F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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