HTML Colors - Blues
HTML Color Codes for Blue Hues
There are a lot of HTML colors in the blue color family that you can use. These HTML colors show you the different values for blue.
To use these color codes, insert either the Hex code or the RGB code into your CSS. For example, to change the color of your font:
p { color: #0000ff; }
p { color: rgb(0,0,255); }
| Color | Hex HTML Color Code | RGB HTML Color Code |
|---|---|---|
| #000000 | rgb(0,0,0) | |
| #000008 | rgb(0,0,8) | |
| #000010 | rgb(0,0,16) | |
| #000018 | rgb(0,0,24) | |
| #000020 | rgb(0,0,32) | |
| #000028 | rgb(0,0,40) | |
| #000030 | rgb(0,0,48) | |
| #000038 | rgb(0,0,56) | |
| #000040 | rgb(0,0,64) | |
| #000048 | rgb(0,0,72) | |
| #000050 | rgb(0,0,80) | |
| #000058 | rgb(0,0,88) | |
| #000060 | rgb(0,0,96) | |
| #000068 | rgb(0,0,104) | |
| #000070 | rgb(0,0,112) | |
| #000078 | rgb(0,0,120) | |
| #000080 | rgb(0,0,128) | |
| #000088 | rgb(0,0,136) | |
| #000090 | rgb(0,0,144) | |
| #000098 | rgb(0,0,152) | |
| #0000A0 | rgb(0,0,160) | |
| #0000A8 | rgb(0,0,168) | |
| #0000B0 | rgb(0,0,176) | |
| #0000B8 | rgb(0,0,184) | |
| #0000C0 | rgb(0,0,192) | |
| #0000C8 | rgb(0,0,200) | |
| #0000D0 | rgb(0,0,208) | |
| #0000D8 | rgb(0,0,216) | |
| #0000E0 | rgb(0,0,224) | |
| #0000E8 | rgb(0,0,232) | |
| #0000F0 | rgb(0,0,240) | |
| #0000F8 | rgb(0,0,248) | |
| #0000FF | rgb(0,0,255) |

