Converting RGB to Hex by Hand: The Full Method
There's a moment in every stylesheet cleanup when you find rgb(24, 119, 242) on one line and a hex code for the same blue three rules later. Converting rgb to hex by hand is a skill worth having for exactly these moments: it's one division per channel, and once it clicks you can normalize a legacy file, fill a hex-only input in a CMS, or sanity-check a converter's output without breaking stride. Let's work through the method and the places it goes wrong.