#559DF1

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

Shades of Cornflower Blue #559DF1

Tints of Cornflower Blue #559DF1

Color information

#559DF1 (or 0x559DF1) is unknown color: approx Cornflower Blue. HEX triplet: 55, 9D and F1. RGB value is (85,157,241). Sum of RGB (Red+Green+Blue) = 85+157+241=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #559DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559DF1 is #AA620E. Grayscale: #909090. Windows color (decimal): -11166223 or 15834453. OLE color: 15834453.

HSL color Cylindrical-coordinate representation of color #559DF1: hue angle of 212.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #559DF1 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85157241-
CMYK0.650.3500.05
HSL212.31º84.78%63.92%-
HSV(B)212.31º64.73%94.51%-
XYZ31.6832.487.8-
YUV145.05182.1585.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.60%
GREEN value IS 157 (61.72% from 255) = 32.51%
BLUE value IS 241 (94.53% from 255) = 49.90%
R=17.60%
G=32.51%
B=49.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal851572410.650.3500.05212.3184.7863.92
Hex559DF1412305d45540
Octal1252353611014305324125100
Binary10101011001110111110001100000110001101011101010010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,157,241); }

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

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

 a { background-color: rgb(85,157,241); }

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

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

 span { border-color: rgb(85,157,241); }

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