Author Topic: Hex Colors  (Read 7911 times)

I need help for the hex code for a light blue, Ive never done the hex codes before, Thanks alot for your time.




Hex is quite simple really. If you can do RGB, you can do hex. 1 = F 0 = 0
IE: Red = FF0000 and 1 0 0
Blue = 0000FF and 0 0 1
Green = 00FF00 and 0 1 0
Also O is 0.5, but that is slightly more complicated to use.

http://www.immigration-usa.com/html_colors.html
That's what I use.

Or, if you have an advanced image editor such as GIMP, use that. Most of them should show CSS not hex -_- colour codes in the colour picker.


Hex is quite simple really. If you can do RGB, you can do hex. 1 = F 0 = 0
IE: Red = FF0000 and 1 0 0
Blue = 0000FF and 0 0 1
Green = 00FF00 and 0 1 0
Also O is 0.5, but that is slightly more complicated to use.
You didn't even explain, it's 0-9 A-F
0 1 2 3 4 5 6 7 8 9 A B C D E F

Thanks, I prefer the links given though they are a bit more helpful, All is apprecaited though thanks alot guys.



Disregard the box on the left.

I just use the client sided hex helper.

http://html-color-codes.com/
That's the one I use.
Similar to Dread's.

Thanks guys, I no longer need help on that, But I could use some help with getting the Space Ship MOdel and script to shoot the projectile I made.