Html Css Color HEX #778DFA Cornflower Blue

📋 copy color: '#778DFA'

red 119 ◦ green 141 ◦ blue 250

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

Shades of Cornflower Blue #778DFA

Tints of Cornflower Blue #778DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 23.33%
G = 27.65%
B = 49.02%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#778DFA (or 0x778DFA) is known color: Cornflower Blue. HEX triplet: 77, 8D and FA. RGB value is (119,141,250). Sum of RGB (Red+Green+Blue) = 119+141+250=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #778DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778DFA is #887205. Grayscale: #929292. Windows color (decimal): -8942086 or 16420215. OLE color: 16420215.

HSL color Cylindrical-coordinate representation of color #778DFA: hue angle of 229.92º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #778DFA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 141 250 -
CMYK 0.52 0.44 0 0.02
HSL 229.92º 0.93% 0.72% -
HSV(B) 229.92º 0.52% 0.98% -
XYZ 34.39 29.87 94.4 -
YUV 146.85 186.21 108.14 -
System Red Green Blue C M Y K H S L
Decimal 119 141 250 0.52 0.44 0 0.02 229.92 0.93 0.72
Hex 77 8D FA 34 2C 0 2 E6 5D 48
Octal 167 215 372 64 54 0 2 346 135 110
Binary 1110111 10001101 11111010 110100 101100 0 10 11100110 1011101 1001000

Color Harmonies of #778DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DFA

Black with #778DFA

Text Example


Text Example

White with #778DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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