Html Css Color HEX #778BFE Cornflower Blue

📋 copy color: '#778BFE'

red 119 ◦ green 139 ◦ blue 254

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

Shades of Cornflower Blue #778BFE

Tints of Cornflower Blue #778BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.15%

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 23.24%
G = 27.15%
B = 49.61%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#778BFE (or 0x778BFE) is known color: Cornflower Blue. HEX triplet: 77, 8B and FE. RGB value is (119,139,254). Sum of RGB (Red+Green+Blue) = 119+139+254=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #778BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778BFE is #887401. Grayscale: #919191. Windows color (decimal): -8942594 or 16681847. OLE color: 16681847.

HSL color Cylindrical-coordinate representation of color #778BFE: hue angle of 231.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778BFE is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 139 254 -
CMYK 0.53 0.45 0 0.00
HSL 231.11º 0.99% 0.73% -
HSV(B) 231.11º 0.53% 1% -
XYZ 34.73 29.54 97.64 -
YUV 146.13 188.87 108.65 -
System Red Green Blue C M Y K H S L
Decimal 119 139 254 0.53 0.45 0 0.00 231.11 0.99 0.73
Hex 77 8B FE 35 2D 0 0 E7 63 49
Octal 167 213 376 65 55 0 0 347 143 111
Binary 1110111 10001011 11111110 110101 101101 0 0 11100111 1100011 1001001

Color Harmonies of #778BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BFE

Black with #778BFE

Text Example


Text Example

White with #778BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,139,254); }

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

background-color css

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

 a { background-color: rgb(119,139,254); }

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

border-color css

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

 span { border-color: rgb(119,139,254); }

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