#5984DD

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

Shades of Cornflower Blue #5984DD

Tints of Cornflower Blue #5984DD

Color information

#5984DD (or 0x5984DD) is unknown color: approx Cornflower Blue. HEX triplet: 59, 84 and DD. RGB value is (89,132,221). Sum of RGB (Red+Green+Blue) = 89+132+221=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #5984DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5984DD is #A67B22. Grayscale: #808080. Windows color (decimal): -10910499 or 14517337. OLE color: 14517337.

HSL color Cylindrical-coordinate representation of color #5984DD: hue angle of 220.45º 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 #5984DD is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89132221-
CMYK0.600.4000.13
HSL220.45º66%60.78%-
HSV(B)220.45º59.73%86.67%-
XYZ25.4223.8571.67-
YUV129.29179.7599.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.14%
GREEN value IS 132 (51.95% from 255) = 29.86%
BLUE value IS 221 (86.72% from 255) = 50%
R=20.14%
G=29.86%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891322210.600.4000.13220.456660.78
Hex5984DD3C280Ddc423d
Octal131204335745001533410275
Binary1011001100001001101110111110010100001101110111001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5984DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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