#778AFA

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

Shades of Cornflower Blue #778AFA

Tints of Cornflower Blue #778AFA

Color information

#778AFA (or 0x778AFA) is unknown color: approx Cornflower Blue. HEX triplet: 77, 8A and FA. RGB value is (119,138,250). Sum of RGB (Red+Green+Blue) = 119+138+250=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #778AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778AFA is #887505. Grayscale: #909090. Windows color (decimal): -8942854 or 16419447. OLE color: 16419447.

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

Color convert

RGB119138250-
CMYK0.520.4500.02
HSL231.3º92.91%72.35%-
HSV(B)231.3º52.4%98.04%-
XYZ33.952994.25-
YUV145.09187.21109.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.47%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=23.47%
G=27.22%
B=49.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1191382500.520.4500.02231.392.9172.35
Hex778AFA342D02e75d48
Octal167212372645502347135110
Binary111011110001010111110101101001011010101110011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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