Skip to content

Instantly share code, notes, and snippets.

@jsundram
Created June 24, 2011 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsundram/1045715 to your computer and use it in GitHub Desktop.
Save jsundram/1045715 to your computer and use it in GitHub Desktop.
Colors of blue, according to wikipedia (58)
# from http://en.wikipedia.org/wiki/Category:Shades_of_blue
blues = {'Air Force': '#5D8AA8',
'Alice': '#F0F8FF',
'Ao': '#0000BB',
'Azure': '#007FFF',
'Baby': '#89CFF0',
'Bleu de France': '#318CE7',
'Blue': '#0000FF',
'Bondi': '#0095B6',
'Brandeis': '#0070FF',
'CG': '#007AA5',
'Cambridge': '#A3C1AD',
'Carolina': '#99BADD',
'Ceil': '#92A1CF',
'Cerulean': '#007BA7',
'Cobalt': '#0047AB',
'Columbia': '#9BDDFF',
'Cornflower': '#6495ED',
'Cyan': '#00FFFF',
'Deep sky': '#00BFFF',
'Denim': '#1560BD',
'Dodger': '#1E90FF',
'Duke': '#00009C',
'Egyptian': '#1034A6',
'Electric': '#7DF9FF',
'Eton': '#96C8A2',
'Federal': '#16166B',
'Glaucous': '#6082B6',
'Han': '#446CCF',
'Iceberg': '#71A6D2',
'Indigo': '#00416A',
'International Klein': '#002FA7',
'Iris': '#5A4FCF',
'Majorelle': '#6050DC',
'Maya': '#73C2FB',
'Midnight': '#191970',
'Navy': '#000080',
'Non-photo': '#A4DDED',
'Oxford': '#002147',
'Palatinate': '#273BE2',
'Periwinkle': '#CCCCFF',
'Persian': '#1C39BB',
'Phthalocyanine BN': '#000F89',
'Powder': '#B0E0E6',
'Prussian': '#003153',
'Royal': '#4169E1',
'Sapphire': '#082567',
'Sky': '#82CAFF',
'Smalt': '#003399',
'Steel': '#4682B4',
'Teal': '#367588',
'Tiffany': '#0ABAB5',
'True': '#0073CF',
'Tufts': '#417DC1',
'Turquoise': '#00FFEF',
'UCLA': '#536895',
'Ultramarine': '#120A8F',
'Yale': '#0F4D92',
'Zaffre': '#0014A8'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment