HEX, RGB, HSL & HSV Explained
Colors in web design and graphic design are represented in several formats. Understanding each helps you work efficiently across design tools, CSS, and programming.
Color Format Reference
| Format | Example | Used In |
|---|---|---|
| HEX | #2563EB | CSS, HTML, design tools |
| RGB | rgb(37, 99, 235) | CSS, JavaScript, image editing |
| HSL | hsl(221, 83%, 53%) | CSS, UI design |
| HSV | 221°, 84%, 92% | Photoshop, color pickers |
Understanding Color Theory
- Complementary: Opposite colors on the wheel — high contrast
- Analogous: Adjacent colors — harmonious, serene
- Triadic: Three evenly spaced colors — vibrant, balanced
- Monochromatic: Variations of a single hue — clean, unified