Html Css Color HEX #788CFF Cornflower Blue

📋 copy color: '#788CFF'

red 120 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #788CFF

Tints of Cornflower Blue #788CFF

RGB

 RED value IS 120 (47.27% from 255) = 23.3%

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 23.3%
G = 27.18%
B = 49.51%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#788CFF (or 0x788CFF) is known color: Cornflower Blue. HEX triplet: 78, 8C and FF. RGB value is (120,140,255). Sum of RGB (Red+Green+Blue) = 120+140+255=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #788CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788CFF is #877300. Grayscale: #929292. Windows color (decimal): -8876801 or 16747640. OLE color: 16747640.

HSL color Cylindrical-coordinate representation of color #788CFF: hue angle of 231.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #788CFF is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 140 255 -
CMYK 0.53 0.45 0 0
HSL 231.11º 1% 0.74% -
HSV(B) 231.11º 0.53% 1% -
XYZ 35.17 29.97 98.54 -
YUV 147.13 188.87 108.65 -
System Red Green Blue C M Y K H S L
Decimal 120 140 255 0.53 0.45 0 0 231.11 1 0.74
Hex 78 8C FF 35 2D 0 0 E7 64 4A
Octal 170 214 377 65 55 0 0 347 144 112
Binary 1111000 10001100 11111111 110101 101101 0 0 11100111 1100100 1001010

Color Harmonies of #788CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CFF

Black with #788CFF

Text Example


Text Example

White with #788CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788CFF; }

 p { color: rgb(120,140,255); }

 H1.HeaderClassName
 {
   color: #788CFF;
 }
 .AnyTagClassName
 {
   color: #788CFF;
 }
</style>

background-color css

<style>
 a { background-color: #788CFF; }

 a { background-color: rgb(120,140,255); }

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

border-color css

<style>
 span { border-color: #788CFF; }

 span { border-color: rgb(120,140,255); }

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