#778EF6

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

Shades of Cornflower Blue #778EF6

Tints of Cornflower Blue #778EF6

Color information

#778EF6 (or 0x778EF6) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8E and F6. RGB value is (119,142,246). Sum of RGB (Red+Green+Blue) = 119+142+246=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #778EF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778EF6 is #887109. Grayscale: #929292. Windows color (decimal): -8941834 or 16158327. OLE color: 16158327.

HSL color Cylindrical-coordinate representation of color #778EF6: hue angle of 229.13º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #778EF6 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119142246-
CMYK0.520.4200.04
HSL229.13º87.59%71.57%-
HSV(B)229.13º51.63%96.47%-
XYZ33.9229.9291.18-
YUV146.98183.88108.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.47%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 246 (96.48% from 255) = 48.52%
R=23.47%
G=28.01%
B=48.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1191422460.520.4200.04229.1387.5971.57
Hex778EF6342A04e55848
Octal167216366645204345130110
Binary1110111100011101111011011010010101001001110010110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,142,246); }

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

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

 a { background-color: rgb(119,142,246); }

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

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

 span { border-color: rgb(119,142,246); }

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