Html Css Color HEX #779EFF Cornflower Blue

📋 copy color: '#779EFF'

red 119 ◦ green 158 ◦ blue 255

#779EFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #779EFF

Tints of Cornflower Blue #779EFF

RGB

 RED value IS 119 (46.88% from 255) = 22.37%

 GREEN value IS 158 (62.11% from 255) = 29.7%

 BLUE value IS 255 (100% from 255) = 47.93%

R = 22.37%
G = 29.7%
B = 47.93%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#779EFF (or 0x779EFF) is known color: Cornflower Blue. HEX triplet: 77, 9E and FF. RGB value is (119,158,255). Sum of RGB (Red+Green+Blue) = 119+158+255=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #779EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779EFF is #886100. Grayscale: #9C9C9C. Windows color (decimal): -8937729 or 16752247. OLE color: 16752247.

HSL color Cylindrical-coordinate representation of color #779EFF: hue angle of 222.79º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #779EFF is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 158 255 -
CMYK 0.53 0.38 0 0
HSL 222.79º 1% 0.73% -
HSV(B) 222.79º 0.53% 1% -
XYZ 37.88 35.6 99.48 -
YUV 157.4 183.08 100.61 -
System Red Green Blue C M Y K H S L
Decimal 119 158 255 0.53 0.38 0 0 222.79 1 0.73
Hex 77 9E FF 35 26 0 0 DF 64 49
Octal 167 236 377 65 46 0 0 337 144 111
Binary 1110111 10011110 11111111 110101 100110 0 0 11011111 1100100 1001001

Color Harmonies of #779EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EFF

Black with #779EFF

Text Example


Text Example

White with #779EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,158,255); }

 H1.HeaderClassName
 {
   color: #779EFF;
 }
 .AnyTagClassName
 {
   color: #779EFF;
 }
</style>

background-color css

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

 a { background-color: rgb(119,158,255); }

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

border-color css

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

 span { border-color: rgb(119,158,255); }

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