Html Css Color HEX #779DEF Cornflower Blue

📋 copy color: '#779DEF'

red 119 ◦ green 157 ◦ blue 239

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

Shades of Cornflower Blue #779DEF

Tints of Cornflower Blue #779DEF

RGB

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

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

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

R = 23.11%
G = 30.49%
B = 46.41%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#779DEF (or 0x779DEF) is known color: Cornflower Blue. HEX triplet: 77, 9D and EF. RGB value is (119,157,239). Sum of RGB (Red+Green+Blue) = 119+157+239=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #779DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779DEF is #886210. Grayscale: #9A9A9A. Windows color (decimal): -8938001 or 15703415. OLE color: 15703415.

HSL color Cylindrical-coordinate representation of color #779DEF: hue angle of 221º 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 #779DEF is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 157 239 -
CMYK 0.50 0.34 0 0.06
HSL 221º 0.79% 0.7% -
HSV(B) 221º 0.5% 0.94% -
XYZ 35.24 34.27 86.42 -
YUV 154.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 119 157 239 0.50 0.34 0 0.06 221 0.79 0.7
Hex 77 9D EF 32 22 0 6 DD 4F 46
Octal 167 235 357 62 42 0 6 335 117 106
Binary 1110111 10011101 11101111 110010 100010 0 110 11011101 1001111 1000110

Color Harmonies of #779DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DEF

Black with #779DEF

Text Example


Text Example

White with #779DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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