#5984EB

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

Shades of Cornflower Blue #5984EB

Tints of Cornflower Blue #5984EB

Color information

#5984EB (or 0x5984EB) is unknown color: approx Cornflower Blue. HEX triplet: 59, 84 and EB. RGB value is (89,132,235). Sum of RGB (Red+Green+Blue) = 89+132+235=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #5984EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5984EB is #A67B14. Grayscale: #828282. Windows color (decimal): -10910485 or 15434841. OLE color: 15434841.

HSL color Cylindrical-coordinate representation of color #5984EB: hue angle of 222.33º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5984EB is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89132235-
CMYK0.620.4400.08
HSL222.33º78.49%63.53%-
HSV(B)222.33º62.13%92.16%-
XYZ27.3724.6281.91-
YUV130.88186.7598.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.52%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 235 (92.19% from 255) = 51.54%
R=19.52%
G=28.95%
B=51.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891322350.620.4400.08222.3378.4963.53
Hex5984EB3E2C08de4e40
Octal1312043537654010336116100
Binary10110011000010011101011111110101100010001101111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5984EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5984EB; }

 p { color: rgb(89,132,235); }

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

<style>
 a { background-color: #5984EB; }

 a { background-color: rgb(89,132,235); }

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

<style>
 span { border-color: #5984EB; }

 span { border-color: rgb(89,132,235); }

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