html颜色转换rgba,RGB颜色在线转换
生活随笔
收集整理的這篇文章主要介紹了
html颜色转换rgba,RGB颜色在线转换
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
RGB顏色在線轉換 - www.webdm.cn
function showRGB(f)
{
//獲取用戶輸入的RGB值
red = f.red.value;
green = f.green.value;
blue = f.blue.value;
//將RGB轉換為16進制Hex值
hexcode = "#" +toHex(red) + toHex(green) + toHex(blue);
document.bgColor = f.hexval.value = hexcode;
}
function toHex(d){
if (isNaN(d)){
d=0;
}
//16進制轉換方法
var n=new Number(d).toString(16);
return (n.length==1?"0"+n:n);
}
請輸入RGB顏色值(0 to 255)
Red:
Green:
Blue:
Hex值為:
網頁代碼站 - 最專業的代碼下載網站 - 致力為中國站長提供有質量的代碼!
總結
以上是生活随笔為你收集整理的html颜色转换rgba,RGB颜色在线转换的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: URL传递参数长度限制
- 下一篇: 期刊格式