#778BFA

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

Shades of Cornflower Blue #778BFA

Tints of Cornflower Blue #778BFA

Color information

#778BFA (or 0x778BFA) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8B and FA. RGB value is (119,139,250). Sum of RGB (Red+Green+Blue) = 119+139+250=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #778BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778BFA is #887405. Grayscale: #919191. Windows color (decimal): -8942598 or 16419703. OLE color: 16419703.

HSL color Cylindrical-coordinate representation of color #778BFA: hue angle of 230.84º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #778BFA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119139250-
CMYK0.520.4400.02
HSL230.84º92.91%72.35%-
HSV(B)230.84º52.4%98.04%-
XYZ34.129.2994.3-
YUV145.67186.87108.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.43%
GREEN value IS 139 (54.69% from 255) = 27.36%
BLUE value IS 250 (98.05% from 255) = 49.21%
R=23.43%
G=27.36%
B=49.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1191392500.520.4400.02230.8492.9172.35
Hex778BFA342C02e75d48
Octal167213372645402347135110
Binary111011110001011111110101101001011000101110011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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