Html Css Color HEX #779AEF Cornflower Blue

📋 copy color: '#779AEF'

red 119 ◦ green 154 ◦ blue 239

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

Shades of Cornflower Blue #779AEF

Tints of Cornflower Blue #779AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 23.24%
G = 30.08%
B = 46.68%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#779AEF (or 0x779AEF) is known color: Cornflower Blue. HEX triplet: 77, 9A and EF. RGB value is (119,154,239). Sum of RGB (Red+Green+Blue) = 119+154+239=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #779AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779AEF is #886510. Grayscale: #989898. Windows color (decimal): -8938769 or 15702647. OLE color: 15702647.

HSL color Cylindrical-coordinate representation of color #779AEF: hue angle of 222.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779AEF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 154 239 -
CMYK 0.50 0.36 0 0.06
HSL 222.5º 0.79% 0.7% -
HSV(B) 222.5º 0.5% 0.94% -
XYZ 34.74 33.27 86.25 -
YUV 153.23 176.4 103.59 -
System Red Green Blue C M Y K H S L
Decimal 119 154 239 0.50 0.36 0 0.06 222.5 0.79 0.7
Hex 77 9A EF 32 24 0 6 DE 4F 46
Octal 167 232 357 62 44 0 6 336 117 106
Binary 1110111 10011010 11101111 110010 100100 0 110 11011110 1001111 1000110

Color Harmonies of #779AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AEF

Black with #779AEF

Text Example


Text Example

White with #779AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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