#5985ef

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

Shades of Cornflower Blue #5985EF

Tints of Cornflower Blue #5985EF

Color information

#5985EF (or 0x5985EF) is unknown color: approx Cornflower Blue. HEX triplet: 59, 85 and EF. RGB value is (89,133,239). Sum of RGB (Red+Green+Blue) = 89+133+239=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #5985EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5985EF is #A67A10. Grayscale: #838383. Windows color (decimal): -10910225 or 15697241. OLE color: 15697241.

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

Color convert

RGB89133239-
CMYK0.630.4400.06
HSL222.4º82.42%64.31%-
HSV(B)222.4º62.76%93.73%-
XYZ28.0925.1385.03-
YUV131.93188.4297.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.31%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 239 (93.75% from 255) = 51.84%
R=19.31%
G=28.85%
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
Decimal891332390.630.4400.06222.482.4264.31
Hex5985EF3F2C06de5240
Octal131205357775406336122100
Binary1011001100001011110111111111110110001101101111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5985ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5985ef; }

 p { color: rgb(89,133,239); }

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

<style>
 a { background-color: #5985ef; }

 a { background-color: rgb(89,133,239); }

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

<style>
 span { border-color: #5985ef; }

 span { border-color: rgb(89,133,239); }

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