Html Css Color HEX #778CEB Cornflower Blue

📋 copy color: '#778CEB'

red 119 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #778CEB

Tints of Cornflower Blue #778CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.34%

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 24.09%
G = 28.34%
B = 47.57%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#778CEB (or 0x778CEB) is known color: Cornflower Blue. HEX triplet: 77, 8C and EB. RGB value is (119,140,235). Sum of RGB (Red+Green+Blue) = 119+140+235=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #778CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778CEB is #887314. Grayscale: #909090. Windows color (decimal): -8942357 or 15436919. OLE color: 15436919.

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

Color convert

RGB 119 140 235 -
CMYK 0.49 0.40 0 0.08
HSL 229.14º 0.74% 0.69% -
HSV(B) 229.14º 0.49% 0.92% -
XYZ 31.98 28.68 82.45 -
YUV 144.55 179.04 109.78 -
System Red Green Blue C M Y K H S L
Decimal 119 140 235 0.49 0.40 0 0.08 229.14 0.74 0.69
Hex 77 8C EB 31 28 0 8 E5 4A 45
Octal 167 214 353 61 50 0 10 345 112 105
Binary 1110111 10001100 11101011 110001 101000 0 1000 11100101 1001010 1000101

Color Harmonies of #778CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CEB

Black with #778CEB

Text Example


Text Example

White with #778CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,140,235); }

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

background-color css

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

 a { background-color: rgb(119,140,235); }

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

border-color css

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

 span { border-color: rgb(119,140,235); }

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