#788EFD

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

Shades of Cornflower Blue #788EFD

Tints of Cornflower Blue #788EFD

Color information

#788EFD (or 0x788EFD) is unknown color: approx Cornflower Blue. HEX triplet: 78, 8E and FD. RGB value is (120,142,253). Sum of RGB (Red+Green+Blue) = 120+142+253=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #788EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788EFD is #877102. Grayscale: #939393. Windows color (decimal): -8876291 or 16617080. OLE color: 16617080.

HSL color Cylindrical-coordinate representation of color #788EFD: hue angle of 230.08º degrees, saturation: 0.97, 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 #788EFD is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB120142253-
CMYK0.530.4400.01
HSL230.08º97.08%73.14%-
HSV(B)230.08º52.57%99.22%-
XYZ35.1530.4396.95-
YUV148.08187.21107.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.30%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 253 (99.22% from 255) = 49.13%
R=23.30%
G=27.57%
B=49.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1201422530.530.4400.01230.0897.0873.14
Hex788EFD352C01e66149
Octal170216375655401346141111
Binary11110001000111011111101110101101100011110011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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