#779AFD

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

Shades of Cornflower Blue #779AFD

Tints of Cornflower Blue #779AFD

Color information

#779AFD (or 0x779AFD) is unknown color: approx Cornflower Blue. HEX triplet: 77, 9A and FD. RGB value is (119,154,253). Sum of RGB (Red+Green+Blue) = 119+154+253=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #779AFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779AFD is #886502. Grayscale: #9A9A9A. Windows color (decimal): -8938755 or 16620151. OLE color: 16620151.

HSL color Cylindrical-coordinate representation of color #779AFD: hue angle of 224.33º degrees, saturation: 0.97, 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 #779AFD is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB119154253-
CMYK0.530.3900.01
HSL224.33º97.1%72.94%-
HSV(B)224.33º52.96%99.22%-
XYZ36.8934.1297.57-
YUV154.82183.4102.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.62%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=22.62%
G=29.28%
B=48.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1191542530.530.3900.01224.3397.172.94
Hex779AFD352701e06149
Octal167232375654701340141111
Binary11101111001101011111101110101100111011110000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779AFD; }

 p { color: rgb(119,154,253); }

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

<style>
 a { background-color: #779AFD; }

 a { background-color: rgb(119,154,253); }

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

<style>
 span { border-color: #779AFD; }

 span { border-color: rgb(119,154,253); }

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