#788AED

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

Shades of Cornflower Blue #788AED

Tints of Cornflower Blue #788AED

Color information

#788AED (or 0x788AED) is unknown color: approx Cornflower Blue. HEX triplet: 78, 8A and ED. RGB value is (120,138,237). Sum of RGB (Red+Green+Blue) = 120+138+237=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #788AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788AED is #877512. Grayscale: #8F8F8F. Windows color (decimal): -8877331 or 15567480. OLE color: 15567480.

HSL color Cylindrical-coordinate representation of color #788AED: hue angle of 230.77º 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 #788AED is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120138237-
CMYK0.490.4200.07
HSL230.77º76.47%70%-
HSV(B)230.77º49.37%92.94%-
XYZ32.1228.2883.89-
YUV143.9180.54110.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.24%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 237 (92.97% from 255) = 47.88%
R=24.24%
G=27.88%
B=47.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1201382370.490.4200.07230.7776.4770
Hex788AED312A07e74c46
Octal170212355615207347114106
Binary1111000100010101110110111000110101001111110011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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