#779DFE

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

Shades of Cornflower Blue #779DFE

Tints of Cornflower Blue #779DFE

Color information

#779DFE (or 0x779DFE) is unknown color: approx Cornflower Blue. HEX triplet: 77, 9D and FE. RGB value is (119,157,254). Sum of RGB (Red+Green+Blue) = 119+157+254=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #779DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779DFE is #886201. Grayscale: #9C9C9C. Windows color (decimal): -8937986 or 16686455. OLE color: 16686455.

HSL color Cylindrical-coordinate representation of color #779DFE: hue angle of 223.11º 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 #779DFE is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB119157254-
CMYK0.530.3800.00
HSL223.11º98.54%73.14%-
HSV(B)223.11º53.15%99.61%-
XYZ37.5535.1998.58-
YUV156.7182.91101.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.45%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 254 (99.61% from 255) = 47.92%
R=22.45%
G=29.62%
B=47.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1191572540.530.3800.00223.1198.5473.14
Hex779DFE352600df6349
Octal167235376654600337143111
Binary11101111001110111111110110101100110001101111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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