Html Css Color HEX #779AFB Cornflower Blue

📋 copy color: '#779AFB'

red 119 ◦ green 154 ◦ blue 251

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

Shades of Cornflower Blue #779AFB

Tints of Cornflower Blue #779AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 22.71%
G = 29.39%
B = 47.9%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#779AFB (or 0x779AFB) is known color: Cornflower Blue. HEX triplet: 77, 9A and FB. RGB value is (119,154,251). Sum of RGB (Red+Green+Blue) = 119+154+251=524 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.71% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #779AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779AFB is #886504. Grayscale: #9A9A9A. Windows color (decimal): -8938757 or 16489079. OLE color: 16489079.

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

Color convert

RGB 119 154 251 -
CMYK 0.53 0.39 0 0.02
HSL 224.09º 0.94% 0.73% -
HSV(B) 224.09º 0.53% 0.98% -
XYZ 36.58 34 95.9 -
YUV 154.59 182.4 102.61 -
System Red Green Blue C M Y K H S L
Decimal 119 154 251 0.53 0.39 0 0.02 224.09 0.94 0.73
Hex 77 9A FB 35 27 0 2 E0 5E 49
Octal 167 232 373 65 47 0 2 340 136 111
Binary 1110111 10011010 11111011 110101 100111 0 10 11100000 1011110 1001001

Color Harmonies of #779AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AFB

Black with #779AFB

Text Example


Text Example

White with #779AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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