Html Css Color HEX #778BFA Cornflower Blue

📋 copy color: '#778BFA'

red 119 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #778BFA

Tints of Cornflower Blue #778BFA

RGB

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

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

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

R = 23.43%
G = 27.36%
B = 49.21%

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

#778BFA (or 0x778BFA) is known color: Cornflower Blue. HEX triplet: 77, 8B and FA. RGB value is (119,139,250). Sum of RGB (Red+Green+Blue) = 119+139+250=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #778BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778BFA is #887405. Grayscale: #919191. Windows color (decimal): -8942598 or 16419703. OLE color: 16419703.

HSL color Cylindrical-coordinate representation of color #778BFA: hue angle of 230.84º 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 #778BFA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 139 250 -
CMYK 0.52 0.44 0 0.02
HSL 230.84º 0.93% 0.72% -
HSV(B) 230.84º 0.52% 0.98% -
XYZ 34.1 29.29 94.3 -
YUV 145.67 186.87 108.97 -
System Red Green Blue C M Y K H S L
Decimal 119 139 250 0.52 0.44 0 0.02 230.84 0.93 0.72
Hex 77 8B FA 34 2C 0 2 E7 5D 48
Octal 167 213 372 64 54 0 2 347 135 110
Binary 1110111 10001011 11111010 110100 101100 0 10 11100111 1011101 1001000

Color Harmonies of #778BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BFA

Black with #778BFA

Text Example


Text Example

White with #778BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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