#778BED

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

Shades of Cornflower Blue #778BED

Tints of Cornflower Blue #778BED

Color information

#778BED (or 0x778BED) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8B and ED. RGB value is (119,139,237). Sum of RGB (Red+Green+Blue) = 119+139+237=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #778BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778BED is #887412. Grayscale: #8F8F8F. Windows color (decimal): -8942611 or 15567735. OLE color: 15567735.

HSL color Cylindrical-coordinate representation of color #778BED: hue angle of 229.83º degrees, saturation: 0.77, 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 #778BED is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119139237-
CMYK0.500.4100.07
HSL229.83º76.62%69.8%-
HSV(B)229.83º49.79%92.94%-
XYZ32.1328.583.93-
YUV144.19180.37110.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.04%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 237 (92.97% from 255) = 47.88%
R=24.04%
G=28.08%
B=47.88%

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
Decimal1191392370.500.4100.07229.8376.6269.8
Hex778BED322907e64d46
Octal167213355625107346115106
Binary1110111100010111110110111001010100101111110011010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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