#78A0FB

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

Shades of Cornflower Blue #78A0FB

Tints of Cornflower Blue #78A0FB

Color information

#78A0FB (or 0x78A0FB) is unknown color: approx Cornflower Blue. HEX triplet: 78, A0 and FB. RGB value is (120,160,251). Sum of RGB (Red+Green+Blue) = 120+160+251=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #78A0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A0FB is #875F04. Grayscale: #9E9E9E. Windows color (decimal): -8871685 or 16490616. OLE color: 16490616.

HSL color Cylindrical-coordinate representation of color #78A0FB: hue angle of 221.68º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78A0FB is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120160251-
CMYK0.520.3600.02
HSL221.68º94.24%72.75%-
HSV(B)221.68º52.19%98.43%-
XYZ37.7336.196.25-
YUV158.41180.25100.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.60%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 251 (98.44% from 255) = 47.27%
R=22.60%
G=30.13%
B=47.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201602510.520.3600.02221.6894.2472.75
Hex78A0FB342402de5e49
Octal170240373644402336136111
Binary111100010100000111110111101001001000101101111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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