#5685FA

Color #5685FA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5685FA

Tints of Cornflower Blue #5685FA

Color information

#5685FA (or 0x5685FA) is unknown color: approx Cornflower Blue. HEX triplet: 56, 85 and FA. RGB value is (86,133,250). Sum of RGB (Red+Green+Blue) = 86+133+250=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #5685FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5685FA is #A97A05. Grayscale: #838383. Windows color (decimal): -11106822 or 16418134. OLE color: 16418134.

HSL color Cylindrical-coordinate representation of color #5685FA: hue angle of 222.8º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5685FA is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86133250-
CMYK0.660.4700.02
HSL222.8º94.25%65.88%-
HSV(B)222.8º65.6%98.04%-
XYZ29.4825.6693.84-
YUV132.28194.4394.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.34%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 250 (98.05% from 255) = 53.30%
R=18.34%
G=28.36%
B=53.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal861332500.660.4700.02222.894.2565.88
Hex5685FA422F02df5e42
Octal1262053721025702337136102
Binary1010110100001011111101010000101011110101101111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5685FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5685FA; }

 p { color: rgb(86,133,250); }

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

<style>
 a { background-color: #5685FA; }

 a { background-color: rgb(86,133,250); }

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

<style>
 span { border-color: #5685FA; }

 span { border-color: rgb(86,133,250); }

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