How to Convert Your Hex Color Codes to RGB

Each developer has his or her own preference for how they like to reference colors in their CSS code. Some developers are partial to using hex codes (a six character code of letters and numbers preceded by a #), while others prefer to use rgb codes (rgb codes are made up of three number values to indicate the amount of red, green, and blue in a color).  The problem with the fact that both hex and rgb codes are widely used is that there’s no easy or simple way to convert one type of color code to the other.

Luckily for us developers, web apps exist that will quickly convert hex to rgb and vice versa in a matter of seconds (we didn’t include any rgba converters on this list, but remember — rgba is the same color as rgb, just with the option for transparency. To turn rgb into rgba you’ll just need to write rgba instead of rgb, then add a fourth value to the end of your list of rgb values in the parentheses. The value should be between 0 and 1 depending on how opaque you want your color to be. 1 for completely opaque, 0 for completely transparent). Take a look at the following list of platforms that will perform this conversion quickly and easily:

Join us in our newest publication:

1. COLORRRS

Screen Shot 2017-02-22 at 3.37.41 PM

 

 

This website converts hex to rgb. All you need to do is enter the hex code into the first line and watch as the rgb conversion appears milliseconds later on the line below. The background color of the page will change to reflect the color you’re trying to convert.

2. Rapid Tables

Screen Shot 2017-02-22 at 3.41.42 PM

 

Rapid Tables offers a more complex hex to rgb converter — not only does it convert from hex to rgb, but it also gives you the name of the CSS color and a small swatch preview of the color. The site also gives you the option to converts from rgb to hex, along with a handy conversion chart and explanations of the conversions.

3. Hex to RGB

Screen Shot 2017-02-22 at 3.57.31 PM

 

Hex to RGB is a simple converter that also offers an rgb to hex conversion.

4. W3 Schools

Screen Shot 2017-02-22 at 3.58.55 PM

 

W3 Schools is a popular site that hosts tons of coding education content and resources for developers. Their rgb to hex converter doesn’t just provide the rgb and hex values of a color, but also the hsl, the hwb, cmyk, and ncol. Basically, if there’s any way to define a color in your CSS, W3 Schools’ converter has it covered.

5. UI Color

Screen Shot 2017-02-22 at 4.01.16 PM

 

UI Color is another site that simply converts hex to rgb and vice versa.

Share and Enjoy !

0Shares
0 0