Html Css Color HEX #779EF2 Cornflower Blue

📋 copy color: '#779EF2'

red 119 ◦ green 158 ◦ blue 242

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

Shades of Cornflower Blue #779EF2

Tints of Cornflower Blue #779EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.63%

R = 22.93%
G = 30.44%
B = 46.63%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#779EF2 (or 0x779EF2) is known color: Cornflower Blue. HEX triplet: 77, 9E and F2. RGB value is (119,158,242). Sum of RGB (Red+Green+Blue) = 119+158+242=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #779EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779EF2 is #88610D. Grayscale: #9B9B9B. Windows color (decimal): -8937742 or 15900279. OLE color: 15900279.

HSL color Cylindrical-coordinate representation of color #779EF2: hue angle of 220.98º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #779EF2 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 158 242 -
CMYK 0.51 0.35 0 0.05
HSL 220.98º 0.83% 0.71% -
HSV(B) 220.98º 0.51% 0.95% -
XYZ 35.86 34.79 88.83 -
YUV 155.92 176.58 101.67 -
System Red Green Blue C M Y K H S L
Decimal 119 158 242 0.51 0.35 0 0.05 220.98 0.83 0.71
Hex 77 9E F2 33 23 0 5 DD 53 47
Octal 167 236 362 63 43 0 5 335 123 107
Binary 1110111 10011110 11110010 110011 100011 0 101 11011101 1010011 1000111

Color Harmonies of #779EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EF2

Black with #779EF2

Text Example


Text Example

White with #779EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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