Thread: Hex #
View Single Post

Old 08-03-2006, 05:20 AM   #3
ANGRY ABOUT ENGLISH
//goddamn::[PISSED]
 
ANGRY ABOUT ENGLISH's Avatar
 
ANGRY ABOUT ENGLISH is offline
Join Date: Jun 2006
Posts: 1,258
Marketplace Rating: 0
Send a message via PM  to ANGRY ABOUT ENGLISH
Default

Aaaaand in case that doesn't explain it: hexadecimal numbers work in the following fashion, increasing in this order from lowest to highest:

0123456789abcdef

A Hex value in regards to colors operates, as Akira mentioned, in the format of #(two-digit value for red)(two-digit value for green)(two-digit value for blue).

For pure blue, you'd want #0000ff as the selected value.
  Reply With Quote