#5467F1

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

Shades of Royal Blue #5467F1

Tints of Royal Blue #5467F1

Color information

#5467F1 (or 0x5467F1) is unknown color: approx Royal Blue. HEX triplet: 54, 67 and F1. RGB value is (84,103,241). Sum of RGB (Red+Green+Blue) = 84+103+241=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #5467F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5467F1 is #AB980E. Grayscale: #707070. Windows color (decimal): -11245583 or 15820628. OLE color: 15820628.

HSL color Cylindrical-coordinate representation of color #5467F1: hue angle of 232.74º 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 #5467F1 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84103241-
CMYK0.650.5700.05
HSL232.74º84.86%63.73%-
HSV(B)232.74º65.15%94.51%-
XYZ24.3817.9485.4-
YUV113.05200.21107.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.63%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 241 (94.53% from 255) = 56.31%
R=19.63%
G=24.07%
B=56.31%

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
Decimal841032410.650.5700.05232.7484.8663.73
Hex5467F1413905e95540
Octal1241473611017105351125100
Binary1010100110011111110001100000111100101011110100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5467F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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