#788AFF

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

Shades of Cornflower Blue #788AFF

Tints of Cornflower Blue #788AFF

Color information

#788AFF (or 0x788AFF) is unknown color: approx Cornflower Blue. HEX triplet: 78, 8A and FF. RGB value is (120,138,255). Sum of RGB (Red+Green+Blue) = 120+138+255=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #788AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788AFF is #877500. Grayscale: #919191. Windows color (decimal): -8877313 or 16747128. OLE color: 16747128.

HSL color Cylindrical-coordinate representation of color #788AFF: hue angle of 232º 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 #788AFF is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120138255-
CMYK0.530.4600
HSL232º100%73.53%-
HSV(B)232º52.94%100%-
XYZ34.8829.3998.44-
YUV145.96189.54109.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.39%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 255 (100% from 255) = 49.71%
R=23.39%
G=26.90%
B=49.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201382550.530.460023210073.53
Hex788AFF352E00e8644a
Octal170212377655600350144112
Binary11110001000101011111111110101101110001110100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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