Html Css Color HEX #779BFD Cornflower Blue

📋 copy color: '#779BFD'

red 119 ◦ green 155 ◦ blue 253

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

Shades of Cornflower Blue #779BFD

Tints of Cornflower Blue #779BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 22.58%
G = 29.41%
B = 48.01%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#779BFD (or 0x779BFD) is known color: Cornflower Blue. HEX triplet: 77, 9B and FD. RGB value is (119,155,253). Sum of RGB (Red+Green+Blue) = 119+155+253=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #779BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779BFD is #886402. Grayscale: #9A9A9A. Windows color (decimal): -8938499 or 16620407. OLE color: 16620407.

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

Color convert

RGB 119 155 253 -
CMYK 0.53 0.39 0 0.01
HSL 223.88º 0.97% 0.73% -
HSV(B) 223.88º 0.53% 0.99% -
XYZ 37.06 34.46 97.63 -
YUV 155.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 119 155 253 0.53 0.39 0 0.01 223.88 0.97 0.73
Hex 77 9B FD 35 27 0 1 E0 61 49
Octal 167 233 375 65 47 0 1 340 141 111
Binary 1110111 10011011 11111101 110101 100111 0 1 11100000 1100001 1001001

Color Harmonies of #779BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BFD

Black with #779BFD

Text Example


Text Example

White with #779BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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