色変換機
HEX、RGB、HSL、HSV、CMYKフォーマット間で色を即座に変換
Color Formats
Color Format Converter — HEX, RGB, HSL, HSV
Convert colors between HEX, RGB, HSL, HSV, CMYK, and CSS named colors instantly. Enter any format and get all others — useful for design handoff, CSS work, and print color matching.
FAQ
What is the difference between RGB and HEX?
Both describe the same colors. RGB uses three decimal values (0–255) for red, green, blue. HEX encodes the same values in two hexadecimal digits each (#RRGGBB).
When should I use HSL?
HSL (Hue, Saturation, Lightness) is more intuitive for humans. It's easier to create lighter/darker shades by adjusting L, or muted tones by adjusting S.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Screens use RGB; printers use CMYK inks.
さらに探す
おすすめのその他の 開発者ツール…
JSONフォーマッター
構文ハイライトとエラー検出でJSONを整形、検証、圧縮
Base64エンコーダー/デコーダー
テキストやファイルをBase64にエンコードし、Base64文字列を読めるテキストにデコード
URLエンコーダー/デコーダー
URLコンポーネントとクエリ文字列パラメータをエンコード・デコード
UUIDジェネレーター
ランダムUUID(v1、v4)を生成するか、複数のUUIDを一括生成
ハッシュジェネレーター
テキストやファイルからMD5、SHA-1、SHA-256、SHA-512ハッシュを生成
正規表現テスター
リアルタイムのマッチハイライトとグループ抽出で正規表現をテスト
JWTデコーダー
JSON Web Tokenをデコードして検査 — ヘッダー、ペイロード、署名を確認
HTMLフォーマッター
適切なインデントと構文ハイライトでHTMLコードを整形・美化