#788DED

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

Shades of Cornflower Blue #788DED

Tints of Cornflower Blue #788DED

Color information

#788DED (or 0x788DED) is unknown color: approx Cornflower Blue. HEX triplet: 78, 8D and ED. RGB value is (120,141,237). Sum of RGB (Red+Green+Blue) = 120+141+237=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #788DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788DED is #877212. Grayscale: #919191. Windows color (decimal): -8876563 or 15568248. OLE color: 15568248.

HSL color Cylindrical-coordinate representation of color #788DED: hue angle of 229.23º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #788DED is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120141237-
CMYK0.490.4100.07
HSL229.23º76.47%70%-
HSV(B)229.23º49.37%92.94%-
XYZ32.5629.1684.03-
YUV145.66179.54109.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.10%
GREEN value IS 141 (55.47% from 255) = 28.31%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=24.10%
G=28.31%
B=47.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1201412370.490.4100.07229.2376.4770
Hex788DED312907e54c46
Octal170215355615107345114106
Binary1111000100011011110110111000110100101111110010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,141,237); }

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

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

 a { background-color: rgb(120,141,237); }

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

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

 span { border-color: rgb(120,141,237); }

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