Excel 2007: blue is no longer 0000FF

  • Thread starter Thread starter None
  • Start date Start date
N

None

Hello,
In Excel 2007, I find many standard color are no longer standard. For
example, blue is no longer 0000FF. What's the underlying reason?
 
Where are you putting or assigning that value?

Rick
 
In all versions of Excel and for most purposes in VB(A), 0000FF is red

colour value = B x 256^2 + G x 256 + R = &Hbbggrr

where R,G,B are values 0-255

HTML uses the opposite hex (ie byte) order, #rrggbb

Regards,
Peter T
 
Please execuse my ignorance of RGB format. What I meant in the post is that:
some Excel 2007 colors are no long standard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top