Html Css Color HEX #779AE8 Cornflower Blue

📋 copy color: '#779AE8'

red 119 ◦ green 154 ◦ blue 232

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

Shades of Cornflower Blue #779AE8

Tints of Cornflower Blue #779AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.94%

R = 23.56%
G = 30.5%
B = 45.94%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#779AE8 (or 0x779AE8) is known color: Cornflower Blue. HEX triplet: 77, 9A and E8. RGB value is (119,154,232). Sum of RGB (Red+Green+Blue) = 119+154+232=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #779AE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779AE8 is #886517. Grayscale: #989898. Windows color (decimal): -8938776 or 15243895. OLE color: 15243895.

HSL color Cylindrical-coordinate representation of color #779AE8: hue angle of 221.42º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #779AE8 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 154 232 -
CMYK 0.49 0.34 0 0.09
HSL 221.42º 0.71% 0.69% -
HSV(B) 221.42º 0.49% 0.91% -
XYZ 33.73 32.86 80.91 -
YUV 152.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 119 154 232 0.49 0.34 0 0.09 221.42 0.71 0.69
Hex 77 9A E8 31 22 0 9 DD 47 45
Octal 167 232 350 61 42 0 11 335 107 105
Binary 1110111 10011010 11101000 110001 100010 0 1001 11011101 1000111 1000101

Color Harmonies of #779AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AE8

Black with #779AE8

Text Example


Text Example

White with #779AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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