HEX เป็น RGB
แปลงรหัสสี HEX เป็นค่า RGB ด้วยความแม่นยำ ซึ่งจำเป็นสำหรับการออกแบบดิจิทัลและการพัฒนาเว็บ
ตัวแปลงสี
ผลลัพธ์สี
RGB Values
0-255 intensity range
0-255 intensity range
0-255 intensity range
RGB Formats
rgb(255, 255, 255)
rgba(255, 255, 255, 1.0)
ตัวอย่างการแปลง
สีแดง
HEX: #FF0000
RGB: 255, 0, 0
สีเขียว
HEX: #00FF00
RGB: 0, 255, 0
สีฟ้า
HEX: #0000FF
RGB: 0, 0, 255
สีเหลือง
HEX: #FFFF00
RGB: 255, 255, 0
สีแดงอมม่วง
HEX: #FF00FF
RGB: 255, 0, 255
ไซอัน
HEX: #00FFFF
RGB: 0, 255, 255
เครื่องมือที่แนะนำ
เกี่ยวกับเครื่องมือนี้
ตัวแปลง HEX เป็น RGB ของเราแปลงรหัสสีเลขฐานสิบหกให้เป็นค่า RGB (แดง เขียว น้ำเงิน) อย่างแม่นยำ ซึ่งเป็นแบบจำลองสีมาตรฐานสำหรับจอแสดงผลดิจิทัล การออกแบบเว็บ และการถ่ายภาพดิจิทัล
HEX color codes are a compact way to represent RGB colors using hexadecimal notation. Each pair of characters in a HEX code corresponds to the intensity of red, green, and blue components respectively, ranging from 00 (0 intensity) to FF (full intensity).
RGB is an additive color model where colors are created by combining varying intensities of red, green, and blue light. This model is fundamental to digital displays, as most screens use red, green, and blue pixels to create all visible colors.
เครื่องมือแปลงนี้มีความจำเป็นสำหรับนักพัฒนาเว็บ นักออกแบบ และศิลปินดิจิทัลที่ทำงานกับสีในสื่อดิจิทัล โดยให้การแปลที่แม่นยำระหว่างรูปแบบ HEX ที่กะทัดรัดและค่า RGB ที่มนุษย์อ่านได้ง่ายกว่า