Html Css Color HEX #778CFC Cornflower Blue

📋 copy color: '#778CFC'

red 119 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #778CFC

Tints of Cornflower Blue #778CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 23.29%
G = 27.4%
B = 49.32%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#778CFC (or 0x778CFC) is known color: Cornflower Blue. HEX triplet: 77, 8C and FC. RGB value is (119,140,252). Sum of RGB (Red+Green+Blue) = 119+140+252=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #778CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778CFC is #887303. Grayscale: #929292. Windows color (decimal): -8942340 or 16551031. OLE color: 16551031.

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

Color convert

RGB 119 140 252 -
CMYK 0.53 0.44 0 0.01
HSL 230.53º 0.96% 0.73% -
HSV(B) 230.53º 0.53% 0.99% -
XYZ 34.56 29.71 96.01 -
YUV 146.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 119 140 252 0.53 0.44 0 0.01 230.53 0.96 0.73
Hex 77 8C FC 35 2C 0 1 E7 60 49
Octal 167 214 374 65 54 0 1 347 140 111
Binary 1110111 10001100 11111100 110101 101100 0 1 11100111 1100000 1001001

Color Harmonies of #778CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CFC

Black with #778CFC

Text Example


Text Example

White with #778CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,140,252); }

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

background-color css

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

 a { background-color: rgb(119,140,252); }

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

border-color css

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

 span { border-color: rgb(119,140,252); }

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