#5985F3

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

Shades of Cornflower Blue #5985F3

Tints of Cornflower Blue #5985F3

Color information

#5985F3 (or 0x5985F3) is unknown color: approx Cornflower Blue. HEX triplet: 59, 85 and F3. RGB value is (89,133,243). Sum of RGB (Red+Green+Blue) = 89+133+243=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #5985F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5985F3 is #A67A0C. Grayscale: #838383. Windows color (decimal): -10910221 or 15959385. OLE color: 15959385.

HSL color Cylindrical-coordinate representation of color #5985F3: hue angle of 222.86º 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 #5985F3 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB89133243-
CMYK0.630.4500.05
HSL222.86º86.52%65.1%-
HSV(B)222.86º63.37%95.29%-
XYZ28.6925.3788.18-
YUV132.38190.4297.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.14%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 243 (95.31% from 255) = 52.26%
R=19.14%
G=28.60%
B=52.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal891332430.630.4500.05222.8686.5265.1
Hex5985F33F2D05df5741
Octal131205363775505337127101
Binary1011001100001011111001111111110110101011101111110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5985F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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