Html Css Color HEX #778AEC Cornflower Blue

📋 copy color: '#778AEC'

red 119 ◦ green 138 ◦ blue 236

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

Shades of Cornflower Blue #778AEC

Tints of Cornflower Blue #778AEC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.99%

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 24.14%
G = 27.99%
B = 47.87%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#778AEC (or 0x778AEC) is known color: Cornflower Blue. HEX triplet: 77, 8A and EC. RGB value is (119,138,236). Sum of RGB (Red+Green+Blue) = 119+138+236=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #778AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778AEC is #887513. Grayscale: #8F8F8F. Windows color (decimal): -8942868 or 15501943. OLE color: 15501943.

HSL color Cylindrical-coordinate representation of color #778AEC: hue angle of 230.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #778AEC is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 138 236 -
CMYK 0.50 0.42 0 0.07
HSL 230.26º 0.75% 0.7% -
HSV(B) 230.26º 0.5% 0.93% -
XYZ 31.84 28.16 83.11 -
YUV 143.49 180.21 110.53 -
System Red Green Blue C M Y K H S L
Decimal 119 138 236 0.50 0.42 0 0.07 230.26 0.75 0.7
Hex 77 8A EC 32 2A 0 7 E6 4B 46
Octal 167 212 354 62 52 0 7 346 113 106
Binary 1110111 10001010 11101100 110010 101010 0 111 11100110 1001011 1000110

Color Harmonies of #778AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AEC

Black with #778AEC

Text Example


Text Example

White with #778AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778AEC; }

 p { color: rgb(119,138,236); }

 H1.HeaderClassName
 {
   color: #778AEC;
 }
 .AnyTagClassName
 {
   color: #778AEC;
 }
</style>

background-color css

<style>
 a { background-color: #778AEC; }

 a { background-color: rgb(119,138,236); }

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

border-color css

<style>
 span { border-color: #778AEC; }

 span { border-color: rgb(119,138,236); }

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