#778AFB

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

Shades of Cornflower Blue #778AFB

Tints of Cornflower Blue #778AFB

Color information

#778AFB (or 0x778AFB) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8A and FB. RGB value is (119,138,251). Sum of RGB (Red+Green+Blue) = 119+138+251=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #778AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778AFB is #887504. Grayscale: #909090. Windows color (decimal): -8942853 or 16484983. OLE color: 16484983.

HSL color Cylindrical-coordinate representation of color #778AFB: hue angle of 231.36º 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 #778AFB is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119138251-
CMYK0.530.4500.02
HSL231.36º94.29%72.55%-
HSV(B)231.36º52.59%98.43%-
XYZ34.1129.0695.08-
YUV145.2187.71109.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.43%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 251 (98.44% from 255) = 49.41%
R=23.43%
G=27.17%
B=49.41%

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
Decimal1191382510.530.4500.02231.3694.2972.55
Hex778AFB352D02e75e49
Octal167212373655502347136111
Binary111011110001010111110111101011011010101110011110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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