#779BFD

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

Shades of Cornflower Blue #779BFD

Tints of Cornflower Blue #779BFD

Color information

#779BFD (or 0x779BFD) is unknown color: approx Cornflower Blue. HEX triplet: 77, 9B and FD. RGB value is (119,155,253). Sum of RGB (Red+Green+Blue) = 119+155+253=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #779BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779BFD is #886402. Grayscale: #9A9A9A. Windows color (decimal): -8938499 or 16620407. OLE color: 16620407.

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

Color convert

RGB119155253-
CMYK0.530.3900.01
HSL223.88º97.1%72.94%-
HSV(B)223.88º52.96%99.22%-
XYZ37.0634.4697.63-
YUV155.41183.07102.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.58%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=22.58%
G=29.41%
B=48.01%

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
Decimal1191552530.530.3900.01223.8897.172.94
Hex779BFD352701e06149
Octal167233375654701340141111
Binary11101111001101111111101110101100111011110000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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