Hexadecimal

Share This
« Back to Glossary Index

A numerical system that uses 16 symbols (0-9 and A-F) to represent numbers. It is commonly used in computer programming to represent values in memory or to specify color values in web design. Examples include using hexadecimal to specify the RGB color value for a specific shade of blue (#0000FF) or using hexadecimal to represent the memory address of a specific data value in a computer program.

« Back to Glossary Index