Html Css Color HEX #779FEF Cornflower Blue

📋 copy color: '#779FEF'

red 119 ◦ green 159 ◦ blue 239

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

Shades of Cornflower Blue #779FEF

Tints of Cornflower Blue #779FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.75%

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 23.02%
G = 30.75%
B = 46.23%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#779FEF (or 0x779FEF) is known color: Cornflower Blue. HEX triplet: 77, 9F and EF. RGB value is (119,159,239). Sum of RGB (Red+Green+Blue) = 119+159+239=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #779FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779FEF is #886010. Grayscale: #9B9B9B. Windows color (decimal): -8937489 or 15703927. OLE color: 15703927.

HSL color Cylindrical-coordinate representation of color #779FEF: hue angle of 220º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779FEF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 159 239 -
CMYK 0.50 0.33 0 0.06
HSL 220º 0.79% 0.7% -
HSV(B) 220º 0.5% 0.94% -
XYZ 35.59 34.95 86.53 -
YUV 156.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 119 159 239 0.50 0.33 0 0.06 220 0.79 0.7
Hex 77 9F EF 32 21 0 6 DC 4F 46
Octal 167 237 357 62 41 0 6 334 117 106
Binary 1110111 10011111 11101111 110010 100001 0 110 11011100 1001111 1000110

Color Harmonies of #779FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FEF

Black with #779FEF

Text Example


Text Example

White with #779FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,159,239); }

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

background-color css

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

 a { background-color: rgb(119,159,239); }

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

border-color css

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

 span { border-color: rgb(119,159,239); }

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