#788EF6

Color #788EF6 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #788EF6

Tints of Cornflower Blue #788EF6

Color information

#788EF6 (or 0x788EF6) is unknown color: approx Cornflower Blue. HEX triplet: 78, 8E and F6. RGB value is (120,142,246). Sum of RGB (Red+Green+Blue) = 120+142+246=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #788EF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788EF6 is #877109. Grayscale: #929292. Windows color (decimal): -8876298 or 16158328. OLE color: 16158328.

HSL color Cylindrical-coordinate representation of color #788EF6: hue angle of 229.52º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #788EF6 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120142246-
CMYK0.510.4200.04
HSL229.52º87.5%71.76%-
HSV(B)229.52º51.22%96.47%-
XYZ34.0529.9991.18-
YUV147.28183.71108.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.62%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 246 (96.48% from 255) = 48.43%
R=23.62%
G=27.95%
B=48.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1201422460.510.4200.04229.5287.571.76
Hex788EF6332A04e65848
Octal170216366635204346130110
Binary1111000100011101111011011001110101001001110011010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,142,246); }

 H1.HeaderClassName
 {
   color: #788EF6;
 }
 .AnyTagClassName
 {
   color: #788EF6;
 }
</style>
background-color css

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

 a { background-color: rgb(120,142,246); }

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

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

 span { border-color: rgb(120,142,246); }

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