#779AF5

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

Shades of Cornflower Blue #779AF5

Tints of Cornflower Blue #779AF5

Color information

#779AF5 (or 0x779AF5) is unknown color: approx Cornflower Blue. HEX triplet: 77, 9A and F5. RGB value is (119,154,245). Sum of RGB (Red+Green+Blue) = 119+154+245=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #779AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779AF5 is #88650A. Grayscale: #999999. Windows color (decimal): -8938763 or 16095863. OLE color: 16095863.

HSL color Cylindrical-coordinate representation of color #779AF5: hue angle of 223.33º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #779AF5 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119154245-
CMYK0.510.3700.04
HSL223.33º86.3%71.37%-
HSV(B)223.33º51.43%96.08%-
XYZ35.6433.6391-
YUV153.91179.4103.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.97%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 245 (96.09% from 255) = 47.30%
R=22.97%
G=29.73%
B=47.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1191542450.510.3700.04223.3386.371.37
Hex779AF5332504df5647
Octal167232365634504337126107
Binary1110111100110101111010111001110010101001101111110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779AF5; }

 p { color: rgb(119,154,245); }

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

<style>
 a { background-color: #779AF5; }

 a { background-color: rgb(119,154,245); }

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

<style>
 span { border-color: #779AF5; }

 span { border-color: rgb(119,154,245); }

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