#778CFE

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

Shades of Cornflower Blue #778CFE

Tints of Cornflower Blue #778CFE

Color information

#778CFE (or 0x778CFE) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8C and FE. RGB value is (119,140,254). Sum of RGB (Red+Green+Blue) = 119+140+254=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #778CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778CFE is #887301. Grayscale: #929292. Windows color (decimal): -8942338 or 16682103. OLE color: 16682103.

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

Color convert

RGB119140254-
CMYK0.530.4500.00
HSL230.67º98.54%73.14%-
HSV(B)230.67º53.15%99.61%-
XYZ34.8829.8397.69-
YUV146.72188.54108.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.20%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=23.20%
G=27.29%
B=49.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1191402540.530.4500.00230.6798.5473.14
Hex778CFE352D00e76349
Octal167214376655500347143111
Binary11101111000110011111110110101101101001110011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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