Color Hex Converter

Ever get a color code from somebody but it’s as three decimal numbers and what you want is the hex code? Here we can fix that.

Paste in the color as you got it, e.g. as a string “R:56 G:111 B:208” and then press enter. It recognizes and emits upper and lower case hex codes, decimal triples (in R, G, B order) and code snippets for NSColor (Mac OS X Cocoa) UIColor (iOS) and as an ARGB 32-bit unsigned Integer (Android Color).

[raw]

Color :