Html Css Color HEX #779BEF Cornflower Blue

📋 copy color: '#779BEF'

red 119 ◦ green 155 ◦ blue 239

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

Shades of Cornflower Blue #779BEF

Tints of Cornflower Blue #779BEF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.21%

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

R = 23.2%
G = 30.21%
B = 46.59%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#779BEF (or 0x779BEF) is known color: Cornflower Blue. HEX triplet: 77, 9B and EF. RGB value is (119,155,239). Sum of RGB (Red+Green+Blue) = 119+155+239=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #779BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779BEF is #886410. Grayscale: #999999. Windows color (decimal): -8938513 or 15702903. OLE color: 15702903.

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

Color convert

RGB 119 155 239 -
CMYK 0.50 0.35 0 0.06
HSL 222º 0.79% 0.7% -
HSV(B) 222º 0.5% 0.94% -
XYZ 34.91 33.6 86.31 -
YUV 153.81 176.07 103.17 -
System Red Green Blue C M Y K H S L
Decimal 119 155 239 0.50 0.35 0 0.06 222 0.79 0.7
Hex 77 9B EF 32 23 0 6 DE 4F 46
Octal 167 233 357 62 43 0 6 336 117 106
Binary 1110111 10011011 11101111 110010 100011 0 110 11011110 1001111 1000110

Color Harmonies of #779BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BEF

Black with #779BEF

Text Example


Text Example

White with #779BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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