Html Css Color HEX #779AFE Cornflower Blue

📋 copy color: '#779AFE'

red 119 ◦ green 154 ◦ blue 254

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

Shades of Cornflower Blue #779AFE

Tints of Cornflower Blue #779AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.22%

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 22.58%
G = 29.22%
B = 48.2%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#779AFE (or 0x779AFE) is known color: Cornflower Blue. HEX triplet: 77, 9A and FE. RGB value is (119,154,254). Sum of RGB (Red+Green+Blue) = 119+154+254=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #779AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779AFE is #886501. Grayscale: #9A9A9A. Windows color (decimal): -8938754 or 16685687. OLE color: 16685687.

HSL color Cylindrical-coordinate representation of color #779AFE: hue angle of 224.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #779AFE is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 154 254 -
CMYK 0.53 0.39 0 0.00
HSL 224.44º 0.99% 0.73% -
HSV(B) 224.44º 0.53% 1% -
XYZ 37.05 34.19 98.41 -
YUV 154.94 183.9 102.37 -
System Red Green Blue C M Y K H S L
Decimal 119 154 254 0.53 0.39 0 0.00 224.44 0.99 0.73
Hex 77 9A FE 35 27 0 0 E0 63 49
Octal 167 232 376 65 47 0 0 340 143 111
Binary 1110111 10011010 11111110 110101 100111 0 0 11100000 1100011 1001001

Color Harmonies of #779AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AFE

Black with #779AFE

Text Example


Text Example

White with #779AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,154,254); }

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

background-color css

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

 a { background-color: rgb(119,154,254); }

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

border-color css

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

 span { border-color: rgb(119,154,254); }

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