#5986F0

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

Shades of Cornflower Blue #5986F0

Tints of Cornflower Blue #5986F0

Color information

#5986F0 (or 0x5986F0) is unknown color: approx Cornflower Blue. HEX triplet: 59, 86 and F0. RGB value is (89,134,240). Sum of RGB (Red+Green+Blue) = 89+134+240=463 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.22% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #5986F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5986F0 is #A6790F. Grayscale: #848484. Windows color (decimal): -10909968 or 15763033. OLE color: 15763033.

HSL color Cylindrical-coordinate representation of color #5986F0: hue angle of 222.12º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5986F0 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB89134240-
CMYK0.630.4400.06
HSL222.12º83.43%64.51%-
HSV(B)222.12º62.92%94.12%-
XYZ28.3725.4785.86-
YUV132.63188.5996.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.22%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 240 (94.14% from 255) = 51.84%
R=19.22%
G=28.94%
B=51.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal891342400.630.4400.06222.1283.4364.51
Hex5986F03F2C06de5341
Octal131206360775406336123101
Binary1011001100001101111000011111110110001101101111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5986F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5986F0; }

 p { color: rgb(89,134,240); }

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

<style>
 a { background-color: #5986F0; }

 a { background-color: rgb(89,134,240); }

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

<style>
 span { border-color: #5986F0; }

 span { border-color: rgb(89,134,240); }

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