#778FE5

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

Shades of Cornflower Blue #778FE5

Tints of Cornflower Blue #778FE5

Color information

#778FE5 (or 0x778FE5) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8F and E5. RGB value is (119,143,229). Sum of RGB (Red+Green+Blue) = 119+143+229=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #778FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FE5 is #88701A. Grayscale: #919191. Windows color (decimal): -8941595 or 15044471. OLE color: 15044471.

HSL color Cylindrical-coordinate representation of color #778FE5: hue angle of 226.91º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #778FE5 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB119143229-
CMYK0.480.3800.10
HSL226.91º67.9%68.24%-
HSV(B)226.91º48.03%89.8%-
XYZ31.5729.2278.11-
YUV145.63175.05109.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 229 (89.84% from 255) = 46.64%
R=24.24%
G=29.12%
B=46.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1191432290.480.3800.10226.9167.968.24
Hex778FE530260Ae34444
Octal1672173456046012343104104
Binary11101111000111111100101110000100110010101110001110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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