#778BFB

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

Shades of Cornflower Blue #778BFB

Tints of Cornflower Blue #778BFB

Color information

#778BFB (or 0x778BFB) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8B and FB. RGB value is (119,139,251). Sum of RGB (Red+Green+Blue) = 119+139+251=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #778BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778BFB is #887404. Grayscale: #919191. Windows color (decimal): -8942597 or 16485239. OLE color: 16485239.

HSL color Cylindrical-coordinate representation of color #778BFB: hue angle of 230.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778BFB is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119139251-
CMYK0.530.4500.02
HSL230.91º94.29%72.55%-
HSV(B)230.91º52.59%98.43%-
XYZ34.2529.3595.13-
YUV145.79187.37108.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.38%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=23.38%
G=27.31%
B=49.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1191392510.530.4500.02230.9194.2972.55
Hex778BFB352D02e75e49
Octal167213373655502347136111
Binary111011110001011111110111101011011010101110011110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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