#778AF6

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

Shades of Cornflower Blue #778AF6

Tints of Cornflower Blue #778AF6

Color information

#778AF6 (or 0x778AF6) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8A and F6. RGB value is (119,138,246). Sum of RGB (Red+Green+Blue) = 119+138+246=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #778AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778AF6 is #887509. Grayscale: #909090. Windows color (decimal): -8942858 or 16157303. OLE color: 16157303.

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

Color convert

RGB119138246-
CMYK0.520.4400.04
HSL231.02º87.59%71.57%-
HSV(B)231.02º51.63%96.47%-
XYZ33.3328.7590.98-
YUV144.63185.21109.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.66%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 246 (96.48% from 255) = 48.91%
R=23.66%
G=27.44%
B=48.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1191382460.520.4400.04231.0287.5971.57
Hex778AF6342C04e75848
Octal167212366645404347130110
Binary1110111100010101111011011010010110001001110011110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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