#779CEA

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

Shades of Cornflower Blue #779CEA

Tints of Cornflower Blue #779CEA

Color information

#779CEA (or 0x779CEA) is unknown color: approx Cornflower Blue. HEX triplet: 77, 9C and EA. RGB value is (119,156,234). Sum of RGB (Red+Green+Blue) = 119+156+234=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #779CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779CEA is #886315. Grayscale: #999999. Windows color (decimal): -8938262 or 15375479. OLE color: 15375479.

HSL color Cylindrical-coordinate representation of color #779CEA: hue angle of 220.7º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #779CEA is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119156234-
CMYK0.490.3300.08
HSL220.7º73.25%69.22%-
HSV(B)220.7º49.15%91.76%-
XYZ34.3533.6482.52-
YUV153.83173.24103.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.38%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=23.38%
G=30.65%
B=45.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191562340.490.3300.08220.773.2569.22
Hex779CEA312108dd4945
Octal1672343526141010335111105
Binary11101111001110011101010110001100001010001101110110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,156,234); }

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

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

 a { background-color: rgb(119,156,234); }

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

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

 span { border-color: rgb(119,156,234); }

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