#778FFC

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

Shades of Cornflower Blue #778FFC

Tints of Cornflower Blue #778FFC

Color information

#778FFC (or 0x778FFC) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8F and FC. RGB value is (119,143,252). Sum of RGB (Red+Green+Blue) = 119+143+252=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #778FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778FFC is #887003. Grayscale: #939393. Windows color (decimal): -8941572 or 16551799. OLE color: 16551799.

HSL color Cylindrical-coordinate representation of color #778FFC: hue angle of 229.17º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778FFC is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB119143252-
CMYK0.530.4300.01
HSL229.17º95.68%72.75%-
HSV(B)229.17º52.78%98.82%-
XYZ3530.696.16-
YUV148.25186.55107.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.15%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=23.15%
G=27.82%
B=49.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1191432520.530.4300.01229.1795.6872.75
Hex778FFC352B01e56049
Octal167217374655301345140111
Binary11101111000111111111100110101101011011110010111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,143,252); }

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

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

 a { background-color: rgb(119,143,252); }

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

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

 span { border-color: rgb(119,143,252); }

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