#778BF3

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

Shades of Cornflower Blue #778BF3

Tints of Cornflower Blue #778BF3

Color information

#778BF3 (or 0x778BF3) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8B and F3. RGB value is (119,139,243). Sum of RGB (Red+Green+Blue) = 119+139+243=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #778BF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778BF3 is #88740C. Grayscale: #909090. Windows color (decimal): -8942605 or 15960951. OLE color: 15960951.

HSL color Cylindrical-coordinate representation of color #778BF3: hue angle of 230.32º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #778BF3 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119139243-
CMYK0.510.4300.05
HSL230.32º83.78%70.98%-
HSV(B)230.32º51.03%95.29%-
XYZ33.0228.8688.62-
YUV144.88183.37109.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.75%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 243 (95.31% from 255) = 48.50%
R=23.75%
G=27.74%
B=48.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191392430.510.4300.05230.3283.7870.98
Hex778BF3332B05e65447
Octal167213363635305346124107
Binary1110111100010111111001111001110101101011110011010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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