Html Css Color HEX #779EFA Cornflower Blue

📋 copy color: '#779EFA'

red 119 ◦ green 158 ◦ blue 250

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

Shades of Cornflower Blue #779EFA

Tints of Cornflower Blue #779EFA

RGB

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

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

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

R = 22.58%
G = 29.98%
B = 47.44%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#779EFA (or 0x779EFA) is known color: Cornflower Blue. HEX triplet: 77, 9E and FA. RGB value is (119,158,250). Sum of RGB (Red+Green+Blue) = 119+158+250=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #779EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779EFA is #886105. Grayscale: #9C9C9C. Windows color (decimal): -8937734 or 16424567. OLE color: 16424567.

HSL color Cylindrical-coordinate representation of color #779EFA: hue angle of 222.14º 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 #779EFA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 158 250 -
CMYK 0.52 0.37 0 0.02
HSL 222.14º 0.93% 0.72% -
HSV(B) 222.14º 0.52% 0.98% -
XYZ 37.09 35.28 95.3 -
YUV 156.83 180.58 101.02 -
System Red Green Blue C M Y K H S L
Decimal 119 158 250 0.52 0.37 0 0.02 222.14 0.93 0.72
Hex 77 9E FA 34 25 0 2 DE 5D 48
Octal 167 236 372 64 45 0 2 336 135 110
Binary 1110111 10011110 11111010 110100 100101 0 10 11011110 1011101 1001000

Color Harmonies of #779EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EFA

Black with #779EFA

Text Example


Text Example

White with #779EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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