#5678F2

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

Shades of Royal Blue #5678F2

Tints of Royal Blue #5678F2

Color information

#5678F2 (or 0x5678F2) is unknown color: approx Royal Blue. HEX triplet: 56, 78 and F2. RGB value is (86,120,242). Sum of RGB (Red+Green+Blue) = 86+120+242=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #5678F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5678F2 is #A9870D. Grayscale: #7B7B7B. Windows color (decimal): -11110158 or 15890518. OLE color: 15890518.

HSL color Cylindrical-coordinate representation of color #5678F2: hue angle of 226.92º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5678F2 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB86120242-
CMYK0.640.5000.05
HSL226.92º85.71%64.31%-
HSV(B)226.92º64.46%94.9%-
XYZ26.5821.8286.82-
YUV123.74194.74101.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.20%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 242 (94.92% from 255) = 54.02%
R=19.20%
G=26.79%
B=54.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal861202420.640.5000.05226.9285.7164.31
Hex5678F2403205e35640
Octal1261703621006205343126100
Binary1010110111100011110010100000011001001011110001110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5678F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5678F2; }

 p { color: rgb(86,120,242); }

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

<style>
 a { background-color: #5678F2; }

 a { background-color: rgb(86,120,242); }

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

<style>
 span { border-color: #5678F2; }

 span { border-color: rgb(86,120,242); }

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