Hexadecimal Addition Calculator

Add two hexadecimal numbers together.

Results
-
-

Hexadecimal Addition

Hexadecimal addition can be easy to master and super useful when working on computer systems. It is important knowledge to have if you are looking to understand computer systems and how they work. Adding hex numbers might be useful to you if you are working with any of the following fields:

Hexadecimal numbers are often used in cryptographical systems such as hashing functions and cryptographic keys, checksums, and signatures.

You might be required to add hexadecimal numbers if you are working in file systems or in networking configuration. In certain file systems, hexadecimal numbers may be used to represent file sizes and offsets. You might need to add these to find file pointers or parts of the data. In networking hexadecimal is used in IP addresses and subnet masks, adding these numbers can help you to calculate certain network parameters.

One of the more niche uses of hexadecimal addition is blending colors when programming graphics (such as in CSS). You might want to add colors together to help you create seamless gradients.

How to use the Hexadecimal Addition Calculator?

Using our free hexadecimal addition calculator is very simple. Follow the steps below to get started:

Hex Addition Tablebas

Use the basic hexadecimal addition table to learn how to add basic hex numbers.

+0123456789ABCDEF
00123456789ABCDEF
1123456789ABCDEF10
223456789ABCDEF1011
33456789ABCDEF101112
4456789ABCDEF10111213
556789ABCDEF1011121314
66789ABCDEF101112131415
7789ABCDEF10111213141516
889ABCDEF1011121314151617
99ABCDEF101112131415161718
AABCDEF10111213141516171819
BBCDEF101112131415161718191A
CCDEF101112131415161718191A1B
DDEF101112131415161718191A1B1C
EEF101112131415161718191A1B1C1D
FF101112131415161718191A1B1C1D1E

Basic Hexadecimal Addition Examples

Decimal AdditionDecimal ResultHexadecimal AdditionHexadecimal Result
1 + 121 + 12
2 + 462 + 46
14 + 216E + 210
15 + 116F + 110
15 + 1530F + F1E
9 + 8179 + 811
7 + 8157 + 8F
1 + 10111 + AB

Related Tools