#778BEC

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

Shades of Cornflower Blue #778BEC

Tints of Cornflower Blue #778BEC

Color information

#778BEC (or 0x778BEC) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8B and EC. RGB value is (119,139,236). Sum of RGB (Red+Green+Blue) = 119+139+236=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #778BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778BEC is #887413. Grayscale: #8F8F8F. Windows color (decimal): -8942612 or 15502199. OLE color: 15502199.

HSL color Cylindrical-coordinate representation of color #778BEC: hue angle of 229.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #778BEC is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119139236-
CMYK0.500.4100.07
HSL229.74º75.48%69.61%-
HSV(B)229.74º49.58%92.55%-
XYZ31.9828.4483.16-
YUV144.08179.87110.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.09%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 236 (92.58% from 255) = 47.77%
R=24.09%
G=28.14%
B=47.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191392360.500.4100.07229.7475.4869.61
Hex778BEC322907e64b46
Octal167213354625107346113106
Binary1110111100010111110110011001010100101111110011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,139,236); }

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

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

 a { background-color: rgb(119,139,236); }

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

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

 span { border-color: rgb(119,139,236); }

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