#788AFC

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

Shades of Cornflower Blue #788AFC

Tints of Cornflower Blue #788AFC

Color information

#788AFC (or 0x788AFC) is unknown color: approx Cornflower Blue. HEX triplet: 78, 8A and FC. RGB value is (120,138,252). Sum of RGB (Red+Green+Blue) = 120+138+252=510 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.53% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #788AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788AFC is #877503. Grayscale: #919191. Windows color (decimal): -8877316 or 16550520. OLE color: 16550520.

HSL color Cylindrical-coordinate representation of color #788AFC: hue angle of 231.82º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788AFC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB120138252-
CMYK0.520.4500.01
HSL231.82º95.65%72.94%-
HSV(B)231.82º52.38%98.82%-
XYZ34.429.295.92-
YUV145.61188.04109.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.53%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 252 (98.83% from 255) = 49.41%
R=23.53%
G=27.06%
B=49.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1201382520.520.4500.01231.8295.6572.94
Hex788AFC342D01e86049
Octal170212374645501350140111
Binary11110001000101011111100110100101101011110100011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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