Html Css Color HEX #778AED Cornflower Blue

📋 copy color: '#778AED'

red 119 ◦ green 138 ◦ blue 237

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

Shades of Cornflower Blue #778AED

Tints of Cornflower Blue #778AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 24.09%
G = 27.94%
B = 47.98%

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

#778AED (or 0x778AED) is known color: Cornflower Blue. HEX triplet: 77, 8A and ED. RGB value is (119,138,237). Sum of RGB (Red+Green+Blue) = 119+138+237=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #778AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778AED is #887512. Grayscale: #8F8F8F. Windows color (decimal): -8942867 or 15567479. OLE color: 15567479.

HSL color Cylindrical-coordinate representation of color #778AED: hue angle of 230.34º degrees, saturation: 0.77, 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 #778AED is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 138 237 -
CMYK 0.50 0.42 0 0.07
HSL 230.34º 0.77% 0.7% -
HSV(B) 230.34º 0.5% 0.93% -
XYZ 31.98 28.21 83.88 -
YUV 143.61 180.71 110.45 -
System Red Green Blue C M Y K H S L
Decimal 119 138 237 0.50 0.42 0 0.07 230.34 0.77 0.7
Hex 77 8A ED 32 2A 0 7 E6 4D 46
Octal 167 212 355 62 52 0 7 346 115 106
Binary 1110111 10001010 11101101 110010 101010 0 111 11100110 1001101 1000110

Color Harmonies of #778AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AED

Black with #778AED

Text Example


Text Example

White with #778AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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