#559bf5

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

Shades of Cornflower Blue #559BF5

Tints of Cornflower Blue #559BF5

Color information

#559BF5 (or 0x559BF5) is unknown color: approx Cornflower Blue. HEX triplet: 55, 9B and F5. RGB value is (85,155,245). Sum of RGB (Red+Green+Blue) = 85+155+245=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #559BF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559BF5 is #AA640A. Grayscale: #8F8F8F. Windows color (decimal): -11166731 or 16096085. OLE color: 16096085.

HSL color Cylindrical-coordinate representation of color #559BF5: hue angle of 213.75º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #559BF5 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB85155245-
CMYK0.650.3700.04
HSL213.75º88.89%64.71%-
HSV(B)213.75º65.31%96.08%-
XYZ31.9531.9790.87-
YUV144.33184.8185.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.53%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 245 (96.09% from 255) = 50.52%
R=17.53%
G=31.96%
B=50.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal851552450.650.3700.04213.7588.8964.71
Hex559BF5412504d65941
Octal1252333651014504326131101
Binary10101011001101111110101100000110010101001101011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559bf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559bf5; }

 p { color: rgb(85,155,245); }

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

<style>
 a { background-color: #559bf5; }

 a { background-color: rgb(85,155,245); }

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

<style>
 span { border-color: #559bf5; }

 span { border-color: rgb(85,155,245); }

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