Html Css Color HEX #779DEC Cornflower Blue

📋 copy color: '#779DEC'

red 119 ◦ green 157 ◦ blue 236

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

Shades of Cornflower Blue #779DEC

Tints of Cornflower Blue #779DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.66%

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 23.24%
G = 30.66%
B = 46.09%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#779DEC (or 0x779DEC) is known color: Cornflower Blue. HEX triplet: 77, 9D and EC. RGB value is (119,157,236). Sum of RGB (Red+Green+Blue) = 119+157+236=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #779DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779DEC is #886213. Grayscale: #9A9A9A. Windows color (decimal): -8938004 or 15506807. OLE color: 15506807.

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

Color convert

RGB 119 157 236 -
CMYK 0.50 0.33 0 0.07
HSL 220.51º 0.75% 0.7% -
HSV(B) 220.51º 0.5% 0.93% -
XYZ 34.81 34.09 84.1 -
YUV 154.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 119 157 236 0.50 0.33 0 0.07 220.51 0.75 0.7
Hex 77 9D EC 32 21 0 7 DD 4B 46
Octal 167 235 354 62 41 0 7 335 113 106
Binary 1110111 10011101 11101100 110010 100001 0 111 11011101 1001011 1000110

Color Harmonies of #779DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DEC

Black with #779DEC

Text Example


Text Example

White with #779DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,157,236); }

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

background-color css

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

 a { background-color: rgb(119,157,236); }

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

border-color css

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

 span { border-color: rgb(119,157,236); }

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