Html Css Color HEX #778CF5 Cornflower Blue

📋 copy color: '#778CF5'

red 119 ◦ green 140 ◦ blue 245

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

Shades of Cornflower Blue #778CF5

Tints of Cornflower Blue #778CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.61%

R = 23.61%
G = 27.78%
B = 48.61%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#778CF5 (or 0x778CF5) is known color: Cornflower Blue. HEX triplet: 77, 8C and F5. RGB value is (119,140,245). Sum of RGB (Red+Green+Blue) = 119+140+245=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #778CF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778CF5 is #88730A. Grayscale: #919191. Windows color (decimal): -8942347 or 16092279. OLE color: 16092279.

HSL color Cylindrical-coordinate representation of color #778CF5: hue angle of 230º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #778CF5 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 140 245 -
CMYK 0.51 0.43 0 0.04
HSL 230º 0.86% 0.71% -
HSV(B) 230º 0.51% 0.96% -
XYZ 33.47 29.27 90.27 -
YUV 145.69 184.04 108.96 -
System Red Green Blue C M Y K H S L
Decimal 119 140 245 0.51 0.43 0 0.04 230 0.86 0.71
Hex 77 8C F5 33 2B 0 4 E6 56 47
Octal 167 214 365 63 53 0 4 346 126 107
Binary 1110111 10001100 11110101 110011 101011 0 100 11100110 1010110 1000111

Color Harmonies of #778CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CF5

Black with #778CF5

Text Example


Text Example

White with #778CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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