Html Css Color HEX #778FFA Cornflower Blue

📋 copy color: '#778FFA'

red 119 ◦ green 143 ◦ blue 250

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

Shades of Cornflower Blue #778FFA

Tints of Cornflower Blue #778FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.93%

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

R = 23.24%
G = 27.93%
B = 48.83%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#778FFA (or 0x778FFA) is known color: Cornflower Blue. HEX triplet: 77, 8F and FA. RGB value is (119,143,250). Sum of RGB (Red+Green+Blue) = 119+143+250=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #778FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778FFA is #887005. Grayscale: #939393. Windows color (decimal): -8941574 or 16420727. OLE color: 16420727.

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

Color convert

RGB 119 143 250 -
CMYK 0.52 0.43 0 0.02
HSL 229.01º 0.93% 0.72% -
HSV(B) 229.01º 0.52% 0.98% -
XYZ 34.69 30.47 94.5 -
YUV 148.02 185.55 107.3 -
System Red Green Blue C M Y K H S L
Decimal 119 143 250 0.52 0.43 0 0.02 229.01 0.93 0.72
Hex 77 8F FA 34 2B 0 2 E5 5D 48
Octal 167 217 372 64 53 0 2 345 135 110
Binary 1110111 10001111 11111010 110100 101011 0 10 11100101 1011101 1001000

Color Harmonies of #778FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FFA

Black with #778FFA

Text Example


Text Example

White with #778FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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