#778FFE

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

Shades of Cornflower Blue #778FFE

Tints of Cornflower Blue #778FFE

Color information

#778FFE (or 0x778FFE) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8F and FE. RGB value is (119,143,254). Sum of RGB (Red+Green+Blue) = 119+143+254=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #778FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778FFE is #887001. Grayscale: #949494. Windows color (decimal): -8941570 or 16682871. OLE color: 16682871.

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

Color convert

RGB119143254-
CMYK0.530.4400.00
HSL229.33º98.54%73.14%-
HSV(B)229.33º53.15%99.61%-
XYZ35.3230.7297.83-
YUV148.48187.55106.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.06%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=23.06%
G=27.71%
B=49.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1191432540.530.4400.00229.3398.5473.14
Hex778FFE352C00e56349
Octal167217376655400345143111
Binary11101111000111111111110110101101100001110010111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778FFE; }

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

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

<style>
 a { background-color: #778FFE; }

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

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

<style>
 span { border-color: #778FFE; }

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

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