Html Css Color HEX #778AFB Cornflower Blue

📋 copy color: '#778AFB'

red 119 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #778AFB

Tints of Cornflower Blue #778AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 23.43%
G = 27.17%
B = 49.41%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#778AFB (or 0x778AFB) is known color: Cornflower Blue. HEX triplet: 77, 8A and FB. RGB value is (119,138,251). Sum of RGB (Red+Green+Blue) = 119+138+251=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #778AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778AFB is #887504. Grayscale: #909090. Windows color (decimal): -8942853 or 16484983. OLE color: 16484983.

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

Color convert

RGB 119 138 251 -
CMYK 0.53 0.45 0 0.02
HSL 231.36º 0.94% 0.73% -
HSV(B) 231.36º 0.53% 0.98% -
XYZ 34.11 29.06 95.08 -
YUV 145.2 187.71 109.31 -
System Red Green Blue C M Y K H S L
Decimal 119 138 251 0.53 0.45 0 0.02 231.36 0.94 0.73
Hex 77 8A FB 35 2D 0 2 E7 5E 49
Octal 167 212 373 65 55 0 2 347 136 111
Binary 1110111 10001010 11111011 110101 101101 0 10 11100111 1011110 1001001

Color Harmonies of #778AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AFB

Black with #778AFB

Text Example


Text Example

White with #778AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,138,251); }

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

background-color css

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

 a { background-color: rgb(119,138,251); }

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

border-color css

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

 span { border-color: rgb(119,138,251); }

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