RGB to HEX java by class RGBToHex { public static void main(String[] args) { int r = 25; int g = 92; int b = 155; String hex = String.format(" System.out.println(hex); } } Output: #195C9B