#5985DD

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

Shades of Cornflower Blue #5985DD

Tints of Cornflower Blue #5985DD

Color information

#5985DD (or 0x5985DD) is unknown color: approx Cornflower Blue. HEX triplet: 59, 85 and DD. RGB value is (89,133,221). Sum of RGB (Red+Green+Blue) = 89+133+221=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #5985DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5985DD is #A67A22. Grayscale: #818181. Windows color (decimal): -10910243 or 14517593. OLE color: 14517593.

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

Color convert

RGB89133221-
CMYK0.600.4000.13
HSL220º66%60.78%-
HSV(B)220º59.73%86.67%-
XYZ25.5624.1271.72-
YUV129.88179.4298.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.09%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=20.09%
G=30.02%
B=49.89%

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
Decimal891332210.600.4000.132206660.78
Hex5985DD3C280Ddc423d
Octal131205335745001533410275
Binary1011001100001011101110111110010100001101110111001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5985DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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