How do you convert RGB to hex?

How do you convert RGB to hex?

Finding the color codes for your images online is easy, but sometimes you need to convert RGB to hex for offline use. Here’s how:

  1. Take your RGB values and convert them to decimal (i.e. 3 = 0x0000003, 20 = 0x000020, etc.).

  2. Convert those values to hexadecimal (i.e., 0000003 = 0x03, 000020 = 0x14).