#5986ED

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

Shades of Cornflower Blue #5986ED

Tints of Cornflower Blue #5986ED

Color information

#5986ED (or 0x5986ED) is unknown color: approx Cornflower Blue. HEX triplet: 59, 86 and ED. RGB value is (89,134,237). Sum of RGB (Red+Green+Blue) = 89+134+237=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #5986ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5986ED is #A67912. Grayscale: #838383. Windows color (decimal): -10909971 or 15566425. OLE color: 15566425.

HSL color Cylindrical-coordinate representation of color #5986ED: hue angle of 221.76º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5986ED is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89134237-
CMYK0.620.4300.07
HSL221.76º80.43%63.92%-
HSV(B)221.76º62.45%92.94%-
XYZ27.9325.2983.53-
YUV132.29187.0997.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.35%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 237 (92.97% from 255) = 51.52%
R=19.35%
G=29.13%
B=51.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891342370.620.4300.07221.7680.4363.92
Hex5986ED3E2B07de5040
Octal131206355765307336120100
Binary1011001100001101110110111111010101101111101111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5986ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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