Html Css Color HEX #779AEA Cornflower Blue

📋 copy color: '#779AEA'

red 119 ◦ green 154 ◦ blue 234

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

Shades of Cornflower Blue #779AEA

Tints of Cornflower Blue #779AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 23.47%
G = 30.37%
B = 46.15%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#779AEA (or 0x779AEA) is known color: Cornflower Blue. HEX triplet: 77, 9A and EA. RGB value is (119,154,234). Sum of RGB (Red+Green+Blue) = 119+154+234=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #779AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779AEA is #886515. Grayscale: #989898. Windows color (decimal): -8938774 or 15374967. OLE color: 15374967.

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

Color convert

RGB 119 154 234 -
CMYK 0.49 0.34 0 0.08
HSL 221.74º 0.73% 0.69% -
HSV(B) 221.74º 0.49% 0.92% -
XYZ 34.01 32.97 82.41 -
YUV 152.66 173.9 104 -
System Red Green Blue C M Y K H S L
Decimal 119 154 234 0.49 0.34 0 0.08 221.74 0.73 0.69
Hex 77 9A EA 31 22 0 8 DE 49 45
Octal 167 232 352 61 42 0 10 336 111 105
Binary 1110111 10011010 11101010 110001 100010 0 1000 11011110 1001001 1000101

Color Harmonies of #779AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AEA

Black with #779AEA

Text Example


Text Example

White with #779AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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