#78A0F4

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

Shades of Cornflower Blue #78A0F4

Tints of Cornflower Blue #78A0F4

Color information

#78A0F4 (or 0x78A0F4) is unknown color: approx Cornflower Blue. HEX triplet: 78, A0 and F4. RGB value is (120,160,244). Sum of RGB (Red+Green+Blue) = 120+160+244=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #78A0F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A0F4 is #875F0B. Grayscale: #9D9D9D. Windows color (decimal): -8871692 or 16031864. OLE color: 16031864.

HSL color Cylindrical-coordinate representation of color #78A0F4: hue angle of 220.65º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78A0F4 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120160244-
CMYK0.510.3400.04
HSL220.65º84.93%71.37%-
HSV(B)220.65º50.82%95.69%-
XYZ36.6535.6790.54-
YUV157.62176.75101.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.90%
GREEN value IS 160 (62.89% from 255) = 30.53%
BLUE value IS 244 (95.70% from 255) = 46.56%
R=22.90%
G=30.53%
B=46.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1201602440.510.3400.04220.6584.9371.37
Hex78A0F4332204dd5547
Octal170240364634204335125107
Binary1111000101000001111010011001110001001001101110110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A0F4; }

 p { color: rgb(120,160,244); }

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

<style>
 a { background-color: #78A0F4; }

 a { background-color: rgb(120,160,244); }

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

<style>
 span { border-color: #78A0F4; }

 span { border-color: rgb(120,160,244); }

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