カラーピッカー
色を視覚的に選択し、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を画像に戻してデコード