Html Css Color HEX #778FEA Cornflower Blue

📋 copy color: '#778FEA'

red 119 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #778FEA

Tints of Cornflower Blue #778FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.83%

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

R = 23.99%
G = 28.83%
B = 47.18%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#778FEA (or 0x778FEA) is known color: Cornflower Blue. HEX triplet: 77, 8F and EA. RGB value is (119,143,234). Sum of RGB (Red+Green+Blue) = 119+143+234=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #778FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778FEA is #887015. Grayscale: #919191. Windows color (decimal): -8941590 or 15372151. OLE color: 15372151.

HSL color Cylindrical-coordinate representation of color #778FEA: hue angle of 227.48º 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 #778FEA is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 143 234 -
CMYK 0.49 0.39 0 0.08
HSL 227.48º 0.73% 0.69% -
HSV(B) 227.48º 0.49% 0.92% -
XYZ 32.28 29.51 81.84 -
YUV 146.2 177.55 108.6 -
System Red Green Blue C M Y K H S L
Decimal 119 143 234 0.49 0.39 0 0.08 227.48 0.73 0.69
Hex 77 8F EA 31 27 0 8 E3 49 45
Octal 167 217 352 61 47 0 10 343 111 105
Binary 1110111 10001111 11101010 110001 100111 0 1000 11100011 1001001 1000101

Color Harmonies of #778FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FEA

Black with #778FEA

Text Example


Text Example

White with #778FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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