#5984F3

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

Shades of Cornflower Blue #5984F3

Tints of Cornflower Blue #5984F3

Color information

#5984F3 (or 0x5984F3) is unknown color: approx Cornflower Blue. HEX triplet: 59, 84 and F3. RGB value is (89,132,243). Sum of RGB (Red+Green+Blue) = 89+132+243=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #5984F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5984F3 is #A67B0C. Grayscale: #838383. Windows color (decimal): -10910477 or 15959129. OLE color: 15959129.

HSL color Cylindrical-coordinate representation of color #5984F3: hue angle of 223.25º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5984F3 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB89132243-
CMYK0.630.4600.05
HSL223.25º86.52%65.1%-
HSV(B)223.25º63.37%95.29%-
XYZ28.5525.188.13-
YUV131.8190.7597.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.18%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 243 (95.31% from 255) = 52.37%
R=19.18%
G=28.45%
B=52.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal891322430.630.4600.05223.2586.5265.1
Hex5984F33F2E05df5741
Octal131204363775605337127101
Binary1011001100001001111001111111110111001011101111110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5984F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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