#779AFE

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

Shades of Cornflower Blue #779AFE

Tints of Cornflower Blue #779AFE

Color information

#779AFE (or 0x779AFE) is unknown color: approx Cornflower Blue. HEX triplet: 77, 9A and FE. RGB value is (119,154,254). Sum of RGB (Red+Green+Blue) = 119+154+254=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #779AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779AFE is #886501. Grayscale: #9A9A9A. Windows color (decimal): -8938754 or 16685687. OLE color: 16685687.

HSL color Cylindrical-coordinate representation of color #779AFE: hue angle of 224.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #779AFE is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB119154254-
CMYK0.530.3900.00
HSL224.44º98.54%73.14%-
HSV(B)224.44º53.15%99.61%-
XYZ37.0534.1998.41-
YUV154.93183.9102.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.58%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=22.58%
G=29.22%
B=48.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1191542540.530.3900.00224.4498.5473.14
Hex779AFE352700e06349
Octal167232376654700340143111
Binary11101111001101011111110110101100111001110000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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