#779EED

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

Shades of Cornflower Blue #779EED

Tints of Cornflower Blue #779EED

Color information

#779EED (or 0x779EED) is unknown color: approx Cornflower Blue. HEX triplet: 77, 9E and ED. RGB value is (119,158,237). Sum of RGB (Red+Green+Blue) = 119+158+237=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #779EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779EED is #886112. Grayscale: #9A9A9A. Windows color (decimal): -8937747 or 15572599. OLE color: 15572599.

HSL color Cylindrical-coordinate representation of color #779EED: hue angle of 220.17º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779EED is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119158237-
CMYK0.500.3300.07
HSL220.17º76.62%69.8%-
HSV(B)220.17º49.79%92.94%-
XYZ35.1234.4984.93-
YUV155.34174.08102.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.15%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 237 (92.97% from 255) = 46.11%
R=23.15%
G=30.74%
B=46.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191582370.500.3300.07220.1776.6269.8
Hex779EED322107dc4d46
Octal167236355624107334115106
Binary1110111100111101110110111001010000101111101110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,158,237); }

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

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

 a { background-color: rgb(119,158,237); }

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

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

 span { border-color: rgb(119,158,237); }

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