颜色选择器
可视化选择颜色并即时获取HEX、RGB、HSL和HSV值
Color Formats
Color Palette
Color Picker — HEX, RGB, HSL
Pick any color using a visual color wheel and get the HEX, RGB, HSL, and HSV values instantly. Save your colors to a palette, copy individual values, and convert between formats.
Color format quick reference
HEX (#rrggbb)
Used in CSS, HTML, and design tools. #FF5733 = R:255, G:87, B:51. The most common format for web design.
RGB (r, g, b)
Red, Green, Blue components 0–255. rgb(255, 87, 51). Direct control over individual channels.
HSL (h, s%, l%)
Hue (0–360°), Saturation (0–100%), Lightness (0–100%). More intuitive for adjusting shades and tints.
HSV (h, s%, v%)
Hue, Saturation, Value — used in most color pickers because it maps naturally to a rainbow + white-to-black axis.
继续探索
您可能喜欢的其他 图片工具…
JPG转PNG
在浏览器中即时将JPG/JPEG图片转换为PNG格式
PNG转WebP
将PNG图片转换为WebP格式以获得更好的网页性能
图片格式转换器
在浏览器中转换PNG、JPEG和WebP格式图片 — 无需上传
图片压缩
在保持画质的前提下减小体积
图片尺寸调整
将图片调整为自定义尺寸或常见预设尺寸
Image Upscaler
Upscale images 2×, 3×, or 4× in your browser using Bicubic, Lanczos, or Nearest-neighbor resampling
图片裁剪工具
裁剪图片以删除不需要的区域并聚焦于重要内容
图片转Base64
将图片转换为Base64编码字符串,并将Base64解码回图片