#778AF0

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

Shades of Cornflower Blue #778AF0

Tints of Cornflower Blue #778AF0

Color information

#778AF0 (or 0x778AF0) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8A and F0. RGB value is (119,138,240). Sum of RGB (Red+Green+Blue) = 119+138+240=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #778AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778AF0 is #88750F. Grayscale: #8F8F8F. Windows color (decimal): -8942864 or 15764087. OLE color: 15764087.

HSL color Cylindrical-coordinate representation of color #778AF0: hue angle of 230.58º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #778AF0 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119138240-
CMYK0.500.4200.06
HSL230.58º80.13%70.39%-
HSV(B)230.58º50.42%94.12%-
XYZ32.4228.3986.21-
YUV143.95182.21110.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.94%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 240 (94.14% from 255) = 48.29%
R=23.94%
G=27.77%
B=48.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1191382400.500.4200.06230.5880.1370.39
Hex778AF0322A06e75046
Octal167212360625206347120106
Binary1110111100010101111000011001010101001101110011110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,138,240); }

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

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

 a { background-color: rgb(119,138,240); }

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

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

 span { border-color: rgb(119,138,240); }

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