#5980E8

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

Shades of Cornflower Blue #5980E8

Tints of Cornflower Blue #5980E8

Color information

#5980E8 (or 0x5980E8) is unknown color: approx Cornflower Blue. HEX triplet: 59, 80 and E8. RGB value is (89,128,232). Sum of RGB (Red+Green+Blue) = 89+128+232=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 232 (91.02% from 255 or 51.67% from 449); Max value from RGB is 232 - color contains mainly: blue. Hex color #5980E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5980E8 is #A67F17. Grayscale: #7F7F7F. Windows color (decimal): -10911512 or 15237209. OLE color: 15237209.

HSL color Cylindrical-coordinate representation of color #5980E8: hue angle of 223.64º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5980E8 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB89128232-
CMYK0.620.4500.09
HSL223.64º75.66%62.94%-
HSV(B)223.64º61.64%90.98%-
XYZ26.423.3979.47-
YUV128.2186.58100.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.82%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 232 (91.02% from 255) = 51.67%
R=19.82%
G=28.51%
B=51.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal891282320.620.4500.09223.6475.6662.94
Hex5980E83E2D09e04c3f
Octal131200350765501134011477
Binary1011001100000001110100011111010110101001111000001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5980E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5980E8; }

 p { color: rgb(89,128,232); }

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

<style>
 a { background-color: #5980E8; }

 a { background-color: rgb(89,128,232); }

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

<style>
 span { border-color: #5980E8; }

 span { border-color: rgb(89,128,232); }

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