#5980dd

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

Shades of Cornflower Blue #5980DD

Tints of Cornflower Blue #5980DD

Color information

#5980DD (or 0x5980DD) is unknown color: approx Cornflower Blue. HEX triplet: 59, 80 and DD. RGB value is (89,128,221). Sum of RGB (Red+Green+Blue) = 89+128+221=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #5980DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5980DD is #A67F22. Grayscale: #7E7E7E. Windows color (decimal): -10911523 or 14516313. OLE color: 14516313.

HSL color Cylindrical-coordinate representation of color #5980DD: hue angle of 222.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5980DD is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89128221-
CMYK0.600.4200.13
HSL222.27º66%60.78%-
HSV(B)222.27º59.73%86.67%-
XYZ24.8922.7871.49-
YUV126.94181.08100.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.32%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 221 (86.72% from 255) = 50.46%
R=20.32%
G=29.22%
B=50.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891282210.600.4200.13222.276660.78
Hex5980DD3C2A0Dde423d
Octal131200335745201533610275
Binary1011001100000001101110111110010101001101110111101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5980dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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