Html Css Color HEX #779BFA Cornflower Blue

📋 copy color: '#779BFA'

red 119 ◦ green 155 ◦ blue 250

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

Shades of Cornflower Blue #779BFA

Tints of Cornflower Blue #779BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 22.71%
G = 29.58%
B = 47.71%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#779BFA (or 0x779BFA) is known color: Cornflower Blue. HEX triplet: 77, 9B and FA. RGB value is (119,155,250). Sum of RGB (Red+Green+Blue) = 119+155+250=524 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.71% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #779BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779BFA is #886405. Grayscale: #9A9A9A. Windows color (decimal): -8938502 or 16423799. OLE color: 16423799.

HSL color Cylindrical-coordinate representation of color #779BFA: hue angle of 223.51º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #779BFA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 155 250 -
CMYK 0.52 0.38 0 0.02
HSL 223.51º 0.93% 0.72% -
HSV(B) 223.51º 0.52% 0.98% -
XYZ 36.58 34.27 95.13 -
YUV 155.07 181.57 102.28 -
System Red Green Blue C M Y K H S L
Decimal 119 155 250 0.52 0.38 0 0.02 223.51 0.93 0.72
Hex 77 9B FA 34 26 0 2 E0 5D 48
Octal 167 233 372 64 46 0 2 340 135 110
Binary 1110111 10011011 11111010 110100 100110 0 10 11100000 1011101 1001000

Color Harmonies of #779BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BFA

Black with #779BFA

Text Example


Text Example

White with #779BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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