Html Css Color HEX #778DFF Cornflower Blue

📋 copy color: '#778DFF'

red 119 ◦ green 141 ◦ blue 255

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

Shades of Cornflower Blue #778DFF

Tints of Cornflower Blue #778DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.38%

 BLUE value IS 255 (100% from 255) = 49.51%

R = 23.11%
G = 27.38%
B = 49.51%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#778DFF (or 0x778DFF) is known color: Cornflower Blue. HEX triplet: 77, 8D and FF. RGB value is (119,141,255). Sum of RGB (Red+Green+Blue) = 119+141+255=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #778DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778DFF is #887200. Grayscale: #929292. Windows color (decimal): -8942081 or 16747895. OLE color: 16747895.

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

Color convert

RGB 119 141 255 -
CMYK 0.53 0.45 0 0
HSL 230.29º 1% 0.73% -
HSV(B) 230.29º 0.53% 1% -
XYZ 35.18 30.19 98.58 -
YUV 147.42 188.71 107.73 -
System Red Green Blue C M Y K H S L
Decimal 119 141 255 0.53 0.45 0 0 230.29 1 0.73
Hex 77 8D FF 35 2D 0 0 E6 64 49
Octal 167 215 377 65 55 0 0 346 144 111
Binary 1110111 10001101 11111111 110101 101101 0 0 11100110 1100100 1001001

Color Harmonies of #778DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DFF

Black with #778DFF

Text Example


Text Example

White with #778DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,141,255); }

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

background-color css

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

 a { background-color: rgb(119,141,255); }

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

border-color css

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

 span { border-color: rgb(119,141,255); }

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