<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blue Lobster Art and Design - Sacramento Web Design and Graphic Design &#187; interface</title>
	<atom:link href="http://blulob.com/tag/interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://blulob.com</link>
	<description>Web and graphic design</description>
	<lastBuildDate>Mon, 31 May 2010 21:14:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The Hexadecimal Color Wheel</title>
		<link>http://blulob.com/2009/03/15/the-hexadecimal-color-wheel/</link>
		<comments>http://blulob.com/2009/03/15/the-hexadecimal-color-wheel/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 01:30:17 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[color wheel]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=834</guid>
		<description><![CDATA[Hexadecimal color is the color mode used on the Web. It&#8217;s a very efficient method, using only six digits to identify a single color out of the 16.8 million available on modern computer monitors. This guide will help you understand what &#8220;hexadecimal&#8221; means, and how to predict what particular color a given six-digit figure (like [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F15%2Fthe-hexadecimal-color-wheel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F15%2Fthe-hexadecimal-color-wheel%2F&amp;source=bluelobsterart&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_835" class="wp-caption alignleft" style="width: 160px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/hexadecimal-color-wheel-mini.jpg" alt="Hexadecimal Color Wheel" title="Hexadecimal Color Wheel" width="150" height="150" class="size-full wp-image-835" /><p class="wp-caption-text">Hexadecimal Color Wheel</p></div><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/photoshop-dreamweaver-cs4.gif" alt="photoshop-dreamweaver-cs4" title="photoshop-dreamweaver-cs4" width="30" height="60" class="alignright size-full wp-image-836" />Hexadecimal color is the color mode used on the Web. It&#8217;s a very efficient method, using only six digits to identify a single color out of the 16.8 million available on modern computer monitors. This guide will help you understand what &#8220;hexadecimal&#8221; means, and how to predict what particular color a given six-digit figure (like #7700ff) might create (like violet).</p>
<p><span id="more-834"></span></p>
<p>&nbsp;</p>
<p><em>Click on the image below to view a much larger version.</em></p>
<p><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/hexadecimal-color-wheel-lg.jpg" rel='gb_imageset[the-hexadecimal-color-wheel]'><div id="attachment_839" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/hexadecimal-color-wheel-sm.jpg" alt="Hexadecimal Color Wheel" title="Hexadecimal Color Wheel" width="450" height="450" class="size-full wp-image-839" /><p class="wp-caption-text">Hexadecimal Color Wheel</p></div></a></p>
<p>&nbsp;</p>
<p>The color wheel above shows three primary colors (red, green and blue) and three secondary colors (yellow, cyan and magenta). This color scheme is just like in the <a href="http://bluelobsterart.com/wordpress/2009/03/08/the-rgb-color-wheel/">RGB Color Wheel</a>, but the colors here are identified with a different code &#8211; hexadecimal. The hexadecimal code always starts with a pound (#) sign in HTML and CSS coding. You will also find a field for hexadecimal values in the Color Pickers for <a href="http://bluelobsterart.com/wordpress/2009/03/04/the-photoshop-color-picker/">Photoshop</a> and <a href="http://bluelobsterart.com/wordpress/2009/03/04/the-illustrator-color-picker/">Illustrator</a>.</p>
<p><div id="attachment_848" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker.jpg" alt="Color Picker" title="Color Picker" width="450" height="302" class="size-full wp-image-848" /><p class="wp-caption-text">Color Picker</p></div>
<p>&nbsp;</p>
<h4>The Rules of Hexadecimal Color</h4>
<p>There are three important things to remember about hexadecimal color:</p>
<ol>
<li>In decimal (&#8220;base ten&#8221;) counting, each digit can be any number from 0 to 9, or ten possibilities. That&#8217;s how we normally count, of course. In hexadecimal (&#8220;base sixteen&#8221;) counting, each digit can be any number from 0 to 9 -OR- any letter from A to F. That gives us sixteen possibilities. You would count in this order, from lowest to highest: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f.<br />
<div id="attachment_852" class="wp-caption alignnone" style="width: 360px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rule-1.gif" alt="Base Ten vs. Base Sixteen" title="Base Ten vs. Base Sixteen" width="350" height="92" class="size-full wp-image-852" /><p class="wp-caption-text">Base Ten vs. Base Sixteen</p></div></li>
<li>In decimal counting, two digits side-by-side can give you 100 possibilities (0 to 99). That&#8217;s ten for the first digit times ten for the second digit. In hexadecimal, you get 16 times 16, which gives you 256 possibilities. That&#8217;s convenient, since there are 256 possible values for red in RGB, 256 for green, and 256 for blue.<br />
<div id="attachment_854" class="wp-caption alignnone" style="width: 360px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rule-2.gif" alt="Double-Digit Hexadecimal" title="Double-Digit Hexadecimal" width="350" height="99" class="size-full wp-image-854" /><p class="wp-caption-text">Double-Digit Hexadecimal</p></div></li>
<li>The first two digits in hexadecimal tell you the red values. The second pair tell you the green values, and the last pair tell you the blue values. 256 for Red x 256 for Green x 256 for Blue equals just under 16.8 million.<br />
<div id="attachment_857" class="wp-caption alignnone" style="width: 360px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rule-3.gif" alt="Combining Red, Green and Blue" title="Combining Red, Green and Blue" width="276" height="200" class="size-full wp-image-857" /><p class="wp-caption-text">Combining Red, Green and Blue</p></div></li>
</ol>
<p>&nbsp;</p>
<h4>High-Saturation Hues</h4>
<p>The higher the number in the first pair of a hexadecimal number, the more that red is contributing to the color. Ditto for green in the second pair, and blue in the third pair. Alternatively, a lower number means a color is contributing less.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#ff0000">&nbsp;</td>
<td width="20" bgcolor="#ffff00">&nbsp;</td>
<td height="20" width="20" bgcolor="#00ff00">&nbsp;</td>
<td width="20" bgcolor="#00ffff">&nbsp;</td>
<td height="20" width="20" bgcolor="#0000ff">&nbsp;</td>
<td width="20" bgcolor="#ff00ff">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#ff0000 pure red</td>
<td width="20">#ffff00 yellow: pure red plus pure green</td>
<td width="20">#00ff00 pure green</td>
<td height="20" width="20">#00ffff cyan: pure green plus pure blue</td>
<td width="20">#0000ff pure blue</td>
<td width="20">#ff00ff magenta: pure blue plus pure red</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Shades of White</h4>
<p>Pure white is indicated by the highest hexadecimal value there is: #ffffff. The background behind this text is #ffffff. You can get softer whites by decreasing the values of red, green, and especially blue.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#eeffff">&nbsp;</td>
<td width="20" bgcolor="#efffff">&nbsp;</td>
<td height="20" width="20" bgcolor="#ffefff">&nbsp;</td>
<td width="20" bgcolor="#ffeeff">&nbsp;</td>
<td height="20" width="20" bgcolor="#ffffef">&nbsp;</td>
<td width="20" bgcolor="#ffffee">&nbsp;</td>
<td height="20" width="20" bgcolor="#ffffde">&nbsp;</td>
<td width="20" bgcolor="#ffffdd">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#eeffff</td>
<td width="20">#efffff</td>
<td height="20" width="20">#ffefff</td>
<td width="20">#ffeeff</td>
<td height="20" width="20">#ffffef</td>
<td width="20">#ffffee</td>
<td height="20" width="20">#ffffde</td>
<td width="20">#ffffdd</td>
</tr>
</table>
<p>Notice that if you reduce just the red values, the color gets more cyan. If you reduce just the green values, the color gets more magenta. And if you reduce just the blue values, the color gets more yellow.</p>
<p>&nbsp;</p>
<h4>Shades of Black and Gray</h4>
<p>Pure black is indicated by the lowest hexadecimal value there is: #000000. This text is #000000. You can get softer blacks and grays by increasing the values of red, green, and blue.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#440000">&nbsp;</td>
<td width="20" bgcolor="#004400">&nbsp;</td>
<td height="20" width="20" bgcolor="#000044">&nbsp;</td>
<td width="20" bgcolor="#444444">&nbsp;</td>
<td width="20" bgcolor="#999999">&nbsp;</td>
<td width="20" bgcolor="#cccccc">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#440000</td>
<td width="20">#004400</td>
<td height="20" width="20">#000044</td>
<td width="20">#444444</td>
<td width="20">#999999</td>
<td width="20">#cccccc</td>
</tr>
</table>
<p>Notice that if you increase just the red values, the color gets more red. If you increase just the green values, the color gets more green. And if you increase just the blue values, the color gets more blue. Adding equal amounts of red, green and blue results in a gray; the higher the number, the lighter the gray.</p>
<p>&nbsp;</p>
<h4>Muted Colors</h4>
<p>Muted colors are less saturated (vivid) and more natural. You get these in hexadecimal by adding a touch of two other two primaries to your main primary color, and reducing the value for that main primary.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#ff0000">&nbsp;</td>
<td width="20" bgcolor="#ffff00">&nbsp;</td>
<td width="20" bgcolor="#00ff00">&nbsp;</td>
<td height="20" width="20" bgcolor="#00ffff">&nbsp;</td>
<td width="20" bgcolor="#0000ff">&nbsp;</td>
<td width="20" bgcolor="#ff00ff">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#ff0000 red</td>
<td width="20">#ffff00 yellow</td>
<td height="20" width="20">#00ff00 green</td>
<td width="20">#00ffff cyan</td>
<td height="20" width="20">#0000ff blue</td>
<td width="20">#ff00ff magenta</td>
</tr>
<tr>
<td height="20" width="20" bgcolor="#cc3333">&nbsp;</td>
<td width="20" bgcolor="#cccc33">&nbsp;</td>
<td width="20" bgcolor="#99cc99">&nbsp;</td>
<td height="20" width="20" bgcolor="#339999">&nbsp;</td>
<td width="20" bgcolor="#6666cc">&nbsp;</td>
<td width="20" bgcolor="#993399">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#cc3333 muted red</td>
<td width="20">#cccc33 muted yellow</td>
<td width="20">#99cc99 muted green</td>
<td height="20" width="20">#339999 muted cyan</td>
<td width="20">#6666cc muted blue</td>
<td width="20">#993399 muted magenta</td>
</tr>
</table>
<p>Notice that if you increase just the red values, the color gets more red. If you increase just the green values, the color gets more green. And if you increase just the blue values, the color gets more blue. Adding equal amounts of red, green and blue results in a gray; the higher the number, the lighter the gray.</p>
<p>&nbsp;</p>
<h4>Shades of Brown</h4>
<p>Browns tend to be versions of muted orange. Try mixing middle values of red and green and leaving blue as 00.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#996600">&nbsp;</td>
<td width="20" bgcolor="#663300">&nbsp;</td>
<td width="20" bgcolor="#683500">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#996600</td>
<td width="20">#663300</td>
<td width="20">#683500</td>
</tr>
</table>
<p>&nbsp;</p>
<p style="text-align:center;"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/done-slug.jpg" alt="Done" title="Done" width="100" height="56" class="alignnone size-full wp-image-2666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/15/the-hexadecimal-color-wheel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The CMYK Color Wheel</title>
		<link>http://blulob.com/2009/03/13/the-cmyk-color-wheel/</link>
		<comments>http://blulob.com/2009/03/13/the-cmyk-color-wheel/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 03:52:32 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[color wheel]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=666</guid>
		<description><![CDATA[CMYK stands for Cyan-Magenta-Yellow and Key color (black). These are the primary colors for the translucent ink used in offset lithography (printing). When you subtract all four CMYK colors, you get the white of the paper (no color). That’s why CMYK is called “subtractive color”. After the jump, learn more! Click on the image below [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F13%2Fthe-cmyk-color-wheel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F13%2Fthe-cmyk-color-wheel%2F&amp;source=bluelobsterart&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_668" class="wp-caption alignleft" style="width: 160px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/cmyk-color-wheel-mini.jpg" alt="CMYK Color Wheel" title="CMYK Color Wheel" width="150" height="154" class="size-full wp-image-668" /><p class="wp-caption-text">CMYK Color Wheel</p></div><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/photoshop-illustrator-cs4.gif" alt="Photoshop and Illustrator CS4" title="Photoshop and Illustrator CS4" width="30" height="60" class="alignright size-full wp-image-670" />CMYK stands for Cyan-Magenta-Yellow and Key color (black). These are the primary colors for the translucent ink used in offset lithography (printing). When you subtract all four CMYK colors, you get the white of the paper (no color). That’s why CMYK is called “subtractive color”. After the jump, learn more!</p>
<p><span id="more-666"></span></p>
<p><em>Click on the image below to view a much larger version.</em></p>
<p><div id="attachment_672" class="wp-caption alignnone" style="width: 460px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/cmyk-color-wheel-lg.jpg" rel='gb_imageset[the-cmyk-color-wheel]'><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/cmyk-color-wheel-sm.jpg" alt="CMYK Color Wheel" title="CMYK Color Wheel" width="450" height="461" class="size-full wp-image-672" /></a><p class="wp-caption-text">CMYK Color Wheel</p></div>
<p>The color wheel above shows three colors in addition to the primary colors. In between each pair of primaries is a secondary color: a mix of two primaries. Cyan and magenta make blue. Magenta and yellow make red. Yellow and cyan make green.</p>
<p>I&#8217;ve shown a formula for each color. The numbers are the respective percentages of Cyan, Magenta, Yellow and black (K) in each hue. These are the numbers you would put in as the CMYK values in the <a href="http://bluelobsterart.com/wordpress/2009/03/04/the-photoshop-color-picker/">Color Picker</a>.</p>
<p>&nbsp;</p>
<h4>Mixing CMYK Color</h4>
<p>When you add cyan, magenta, and yellow together, you get black &#8211; in theory. In reality, it&#8217;s a murky soft black, so printing a rich black requires the addition of black ink, referred to as the Key color. Mixing these four colors together in various ways gives us almost all the colors in the rainbow. </p>
<div id="attachment_678" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/cmyk-venn.gif" alt="CMYK Venn Diagram" title="CMYK Venn Diagram" width="450" height="267" class="size-full wp-image-678" /><p class="wp-caption-text">CMYK Venn Diagram</p></div>
<p>&nbsp;</p>
<h4>Out of Gamut</h4>
<p>Many colors which are visible to the naked eye are not reproducible on a printing press with CMYK. These colors are called &#8220;out of gamut&#8221;. We can get pretty close, though. Photoshop and Illustrator have commands you can use that bring your colors back into gamut, so that they print a predictable color.</p>
<p>In the Color Picker, look for an icon of a little triangle, with an exclamation point inside, next to the current color: <img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/out-of-gamut-icon.gif" alt="Out of Gamut Icon" title="Out of Gamut Icon" width="16" height="15" class="alignnone size-full wp-image-706" /> If you see that icon, your chosen color will not print in CMYK. Click on the triangle to choose the closest in-gamut color.</p>
<div id="attachment_697" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/cmyk-out-of-gamut.jpg" alt="CMYK Out of Gamut" title="CMYK Out of Gamut" width="450" height="601" class="size-full wp-image-697" /><p class="wp-caption-text">CMYK Out of Gamut</p></div>
<p>&nbsp;</p>
<h4>Four-Color Process Printing</h4>
<p>In four-color offset lithography (also known as process printing), a full-color image is separated into four plates. These plates look somewhat like photo negatives after they are etched. The black areas of the plate hold no ink. Conversely, the lighter the etched area on a plate, the more ink it will hold. There is one plate each for cyan, magenta, yellow, and black.</p>
<div id="attachment_689" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/cmyk-plates-and-inks.gif" alt="CMYK Plates and Inks" title="CMYK Plates and Inks" width="450" height="301" class="size-full wp-image-689" /><p class="wp-caption-text">CMYK Plates and Inks</p></div>
<p>Plates printed for process printing such as these are not printed with solid ink*. They are actually comprised of patterns of dots we cannot distinguish with the naked eye. Try looking at a magazine ad through a magnifying lens some time. It&#8217;ll look something like this:</p>
<div id="attachment_693" class="wp-caption alignnone" style="width: 230px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/dog-eye-printed.jpg" alt="Dot Pattern" title="Dot Pattern" width="220" height="220" class="size-full wp-image-693" /><p class="wp-caption-text">Dot Pattern</p></div>
<p>Each of the four plates is printed in a grid of dots. So that the dots are not overlaid exactly on top of each other, the grid for each plate is turned at a different angle. The black grid is at 45&deg;, magenta is at 75&deg;, yellow is at 90&deg;, and cyan is at 105&deg;. When printed together, they form a rosette pattern.</p>
<div id="attachment_694" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/cmyk-rosette.gif" alt="CMYK Rosette" title="CMYK Rosette" width="450" height="450" class="size-full wp-image-694" /><p class="wp-caption-text">CMYK Rosette</p></div>
<p>&nbsp;</p>
<p>*Solid ink is printed when we use <a href="http://bluelobsterart.com/2009/05/08/spot-colors-photoshop/">spot colors</a>.</p>
<p>&nbsp;</p>
<p style="text-align:center;"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/done-slug.jpg" alt="Done" title="Done" width="100" height="56" class="alignnone size-full wp-image-2666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/13/the-cmyk-color-wheel/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>The Dreamweaver CS4 Workspace</title>
		<link>http://blulob.com/2009/03/11/the-dreamweaver-cs4-workspace/</link>
		<comments>http://blulob.com/2009/03/11/the-dreamweaver-cs4-workspace/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 15:18:20 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=427</guid>
		<description><![CDATA[When working with Dreamweaver tutorials here, elsewhere on the Web, or in books, it pays to memorize the main components of the Dreamweaver CS4 workspace. After the jump, I describe the components I will refer to the most in my tutorials. Click on the image below to view a much larger version. &#160; Application Bar [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F11%2Fthe-dreamweaver-cs4-workspace%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F11%2Fthe-dreamweaver-cs4-workspace%2F&amp;source=bluelobsterart&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_428" class="wp-caption alignleft" style="width: 160px"><img class="size-full wp-image-428" title="Dreamweaver CS4 Workspace" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-mini.gif" alt="Dreamweaver CS4 Workspace" width="150" height="113" /><p class="wp-caption-text">Dreamweaver CS4 Workspace</p></div>
<p><img class="alignright size-full wp-image-458" title="Dreamweaver CS4" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/dreamweaver_cs4.gif" alt="Dreamweaver CS4" width="30" height="30" />When working with Dreamweaver tutorials here, elsewhere on the Web, or in books, it pays to memorize the main components of the Dreamweaver CS4 workspace. After the jump, I describe the components I will refer to the most in my tutorials.</p>
<p><span id="more-427"></span></p>
<p><em>Click on the image below to view a much larger version.</em></p>
<div id="attachment_430" class="wp-caption alignnone" style="width: 460px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-lg.jpg" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-430" title="Dreamweaver CS4 Workspace" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-sm.gif" alt="Dreamweaver CS4 Workspace" width="450" height="338" /></a><p class="wp-caption-text">Dreamweaver CS4 Workspace</p></div>
<p>&nbsp;</p>
<h4>Application Bar</h4>
<div id="attachment_435" class="wp-caption alignleft" style="width: 110px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-application.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-435" title="Application Bar" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-application.gif" alt="Application Bar" width="100" height="100" /></a><p class="wp-caption-text">Application Bar</p></div>
<p>The Application Bar includes menus* that give you access to Dreamweaver’s commands and features. They also allow you to make things visible or invisible like panels. Some menu items act on your instruction right away. Other menu items are followed by an ellipsis (…). When you select these menu items, you will get a dialog box which gives you options to modify your request.</p>
<p>Many menu items are accompanied by mysterious text on the right, such as “Ctrl-Alt+T”. This indicates that there is a keyboard shortcut associated with this command. In the example above, you would hold down the Ctrl and Alt keys (on the PC), then click the T key to create a table. It is possible to create your own keyboard shortcuts (Edit &gt; Keyboard Shortcuts…).</p>
<p>Application Bar commands are indicated in my tutorials as a series of terms separated by a “Greater Than” (&gt;) character. For example, Insert &gt; Layout Objects &gt; Div Tag means start with the Insert menu, select the Layout Objects item, and then select Div Tag from the fly-out menu.</p>
<p>The Application Bar gives you some button shortcuts to common functions, like viewing the site map and opening the Extension Manager. It also includes the Workspace Switcher, which allows you to change the configuration of your workspace to accommodate your work flow. It simply allows you to save and load different arrangements of panels. To save your own custom workspace, click on this button and select New Workspace…</p>
<p>* PCs only; Macs show the menus in a separate bar.</p>
<p>&nbsp;</p>
<h4>Document Toolbar</h4>
<div id="attachment_436" class="wp-caption alignleft" style="width: 110px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-doctoolbar.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-436" title="Document Toolbar" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-doctoolbar.gif" alt="Document Toolbar" width="100" height="100" /></a><p class="wp-caption-text">Document Toolbar</p></div> The Document Toolbar allows allows you to change between the design and code views of your file, view your file as it would appear in a browser, enter a title for your document, make code hints and guides visible, and perform other common functions.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Files Panel</h4>
<p><div id="attachment_437" class="wp-caption alignleft" style="width: 110px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-files.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-437" title="Files Panel" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-files.gif" alt="Files Panel" width="100" height="100" /></a><p class="wp-caption-text">Files Panel</p></div>
<p>The Files Panel is one of many panels available in Dreamweaver, and it&#8217;s the one I use most frequently. Panels allow you do all sorts of tasks quickly, like edit your style sheets, and behaviors to your page, and insert common page elements. The Files Panel allows you to view and manage the files in your Web site. You can see the files on your local computer, on the server, or both. The up and down buttons allow you to upload (&#8220;put&#8221;) or download (&#8220;get&#8221;) the files you specify.</p>
<div id="attachment_482" class="wp-caption alignnone" style="width: 252px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-filesdet.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-482" title="Files Panel" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-filesdet.gif" alt="Files Panel" width="242" height="181" /></a><p class="wp-caption-text">Files Panel</p></div>
<p>&nbsp;</p>
<h4>Tag Selector</h4>
<div id="attachment_438" class="wp-caption alignleft" style="width: 110px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-tagsel.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-438" title="Tag Selector" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-tagsel.gif" alt="Tag Selector" width="100" height="100" /></a><p class="wp-caption-text">Tag Selector</p></div>
<p>The Tag Selector gives you a quick snapshot of where your cursor is placed within the code, and allows you to select entire HTML tags. The hierarchy left to right goes from the general to the more specific (where your cursor is located).</p>
<p>For example, in the image below, the cursor is place inside a paragraph &lt;p&gt; tag. This &lt;p&gt; tag is inside a &lt;td&gt;  (table data cell) tag, which is in a &lt;tr&gt; (table row) tag. All of these are inside a table. You can select the entire table (and its contents) for editing by clicking on &lt;table&gt; in the Tag Selector, as I have done here. Once you&#8217;ve selected a tag, you change change its settings in the Property Inspector.</p>
<p>You can see, finally, that the table is inside the main &lt;body&gt;.</p>
<p><img class="size-full wp-image-490" title="Tag Selector" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-tagseldetail1.gif" alt="Tag Selector" width="450" height="90" /></p>
<p>&nbsp;</p>
<h4>Property Inspector</h4>
<div id="attachment_440" class="wp-caption alignleft" style="width: 110px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-property.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-440" title="Property Inspector" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-property.gif" alt="Property Inspector" width="100" height="100" /></a><p class="wp-caption-text">Property Inspector</p></div>
<p>The Property Inspector allows you to see and edit the settings for any given selected object or text. Each type of object will have a different set of options in the Property Inspector.</p>
<p>For example, a table tag will have options for number of rows and columns, overall width, border width, and any spacing between individual table cells or between the border and the cell contents. An image tag will have options for image source, width, height, alt attribute, and alignment.</p>
<p><img class="size-full wp-image-495" title="Property Inspector" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-propertydet.gif" alt="Property Inspector" width="450" height="100" /></table>
<p>&nbsp;</p>
<p style="text-align:center;"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/done-slug.jpg" alt="Done" title="Done" width="100" height="56" class="alignnone size-full wp-image-2666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/11/the-dreamweaver-cs4-workspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The RGB Color Wheel</title>
		<link>http://blulob.com/2009/03/08/the-rgb-color-wheel/</link>
		<comments>http://blulob.com/2009/03/08/the-rgb-color-wheel/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 01:43:21 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[color wheel]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=320</guid>
		<description><![CDATA[RGB stands for Red-Green-Blue, which are the primary colors of light. RGB is the color mode used on computer monitors because they shine light into your eyes. When you add all three RGB primary colors together, you get pure white light. That&#8217;s why RGB is called &#8220;additive color&#8221;. After the jump, learn more! When you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F08%2Fthe-rgb-color-wheel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F08%2Fthe-rgb-color-wheel%2F&amp;source=bluelobsterart&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_321" class="wp-caption alignleft" style="width: 160px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-mini.jpg" alt="RGB Color Wheel" title="RGB Color Wheel" width="150" height="150" class="size-full wp-image-321" /><p class="wp-caption-text">RGB Color Wheel</p></div><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/cs4-suite.gif" alt="Photoshop Illustrator and Dreamweaver" title="Photoshop Illustrator and Dreamweaver" width="30" height="90" class="alignright size-full wp-image-454" /> RGB stands for Red-Green-Blue, which are the primary colors of light. RGB is the color mode used on computer monitors because they shine light into your eyes. When you add all three RGB primary colors together, you get pure white light. That&#8217;s why RGB is called &#8220;additive color&#8221;. After the jump, learn more!</p>
<p><span id="more-320"></span></p>
<p>When you remove red, green, and blue light you get black, or no light at all. Mixing these primaries together in various ways gives us all the colors in the rainbow &#8211; literally. On a monitor, it&#8217;s only 16.8 millions colors. But that&#8217;s a lot, right?</p>
<p><em>Click on the image below to view a much larger version.</em></p>
<p><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-lg.jpg" rel='gb_imageset[the-rgb-color-wheel]'><div id="attachment_322" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-sm.jpg" alt="RGB Color Wheel" title="RGB Color Wheel" width="450" height="450" class="size-full wp-image-322" /><p class="wp-caption-text">RGB Color Wheel</p></div></a></p>
<p>&nbsp;</p>
<p>The color wheel above shows three colors in addition to the primary colors. In between each pair of primaries is a secondary color (a mix of two primaries), and two tertiary colors (a mix between a primary and a secondary). Red and green make yellow (I know, weird, huh?) Green and blue make cyan, and blue and red make magenta. </p>
<p>I&#8217;ve shown two formulas for each color. The first is the degree around the circle, the top (red) being 0&deg; and a full rotation clockwise being 360&deg;. You will see color expressed as a degree in some functions in Photoshop. In particular, it is used for the Hue slider in <strong>Image > Adjustments > Hue and Saturation</strong>. </p>
<p>The second formula indicates the values for red, green and blue you would enter into the RGB fields in the <a href="http://bluelobsterart.com/wordpress/2009/03/04/the-photoshop-color-picker/">Color Picker</a>. Each of these RGB values can be anywhere from zero to 255, making 256 possible values. 256 for red x 256 for green x 256 for blue = the approximately 16.8 million colors we talked about above. Zero in the Red box means that no red is contributing to the selected color. 255 in the Red box means that Red is as strong as it can possibly be in the selected color. Ditto for Green and Blue.</p>
<p><div id="attachment_686" class="wp-caption alignnone" style="width: 346px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-venn.gif" alt="RGB Venn Diagram" title="RGB Venn Diagram" width="336" height="267" class="size-full wp-image-686" /><p class="wp-caption-text">RGB Venn Diagram</p></div>
<ul>
<li>You can get a pure <strong>white </strong>with R:255, G:255, B:255.</li>
<li>You can get a pure <strong>black </strong>with R:0, G:0, B:0.</li>
<li>An equal number for all three colors (other than 0 or 255) will get you various shades of <strong>gray</strong>; the higher the number, the lighter the gray.</li>
</ul>
<p>For more details on pinpointing just the right color, see below.</p>
<p>&nbsp;</p>
<h4>Red</h4>
<div id="attachment_337" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-red-hue.jpg" alt="Red" title="Red" width="450" height="150" class="size-full wp-image-337" /><p class="wp-caption-text">Red</p></div><br />
<div id="attachment_338" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-red.jpg" alt="Red" title="Red" width="133" height="272" class="size-full wp-image-338" /><p class="wp-caption-text">Red</p></div>
<p>In the RGB color wheel, red is at the top, at 0 degrees.</p>
<p>Pure red is created with a value of 255 for R and 0 for G and B. To achieve a darker red, reduce the value for R. To achieve a lighter red (pink), add a bit of G and B at equal amounts. Oranges can be created with pure red and some green. For example, 255-125-0 is a rich orange.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#ff0000">&nbsp;</td>
<td width="20" bgcolor="#7d0000">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">255-0-0</td>
<td width="20">125-0-0</td>
</tr>
<tr>
<td width="20" bgcolor="#ff7d7d">&nbsp;</td>
<td height="20" width="20" bgcolor="#ff7d00">&nbsp;</td>
</tr>
<tr>
<td width="20">255-125-125</td>
<td height="20" width="20">255-125-0</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Yellow</h4>
<div id="attachment_342" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-yellow-hue.jpg" alt="Yellow" title="Yellow" width="450" height="150" class="size-full wp-image-342" /><p class="wp-caption-text">Yellow</p></div><br />
<div id="attachment_343" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-yellow.jpg" alt="Yellow" title="Yellow" width="133" height="272" class="size-full wp-image-343" /><p class="wp-caption-text">Yellow</p></div>
<p>In the RGB color wheel, yellow is 1/6th the way around clockwise, at 60 degrees.</p>
<p>Pure yellow is created with a value of 255 for R and G, and 0 for B. To achieve a darker yellow (which in light or paint ends up greenish), reduce the values for R and G. To achieve a lighter yellow, add a bit of B. A nice yellow-green requires a reduction of red.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#ffff00">&nbsp;</td>
<td width="20" bgcolor="#7d7d00">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">255-255-0</td>
<td width="20">125-125-0</td>
</tr>
<tr>
<td width="20" bgcolor="#ffff7d">&nbsp;</td>
<td width="20" bgcolor="#7dff7d">&nbsp;</td>
</tr>
<tr>
<td width="20">255-255-125</td>
<td width="20">125-255-125</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Green</h4>
<div id="attachment_345" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-green-hue.jpg" alt="Green" title="Green" width="450" height="150" class="size-full wp-image-345" /><p class="wp-caption-text">Green</p></div><br />
<div id="attachment_346" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-green.jpg" alt="Green" title="Green" width="133" height="272" class="size-full wp-image-346" /><p class="wp-caption-text">Green</p></div>
<p>In the RGB color wheel, green is 1/3th the way around clockwise, at 120 degrees.</p>
<p>Pure green is created with a value of 0 for R, 255 for G, and 0 for B. To achieve a darker green, reduce the value for G. To achieve a lighter green, add a bit of R and B (that gets me in the mood for some Motown). Turquoise can be yours if you add a generous dose of blue to green.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#00ff00">&nbsp;</td>
<td width="20" bgcolor="#007d00">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">0-255-0</td>
<td width="20">0-125-0</td>
</tr>
<tr>
<td width="20" bgcolor="#7dff7d">&nbsp;</td>
<td width="20" bgcolor="#00ffc8">&nbsp;</td>
</tr>
<tr>
<td width="20">125-255-125</td>
<td width="20">0-255-200</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Cyan</h4>
<div id="attachment_348" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-cyan-hue.jpg" alt="Cyan" title="Cyan" width="450" height="150" class="size-full wp-image-348" /><p class="wp-caption-text">Cyan</p></div><br />
<div id="attachment_349" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-cyan.jpg" alt="Cyan" title="Cyan" width="133" height="272" class="size-full wp-image-349" /><p class="wp-caption-text">Cyan</p></div>
<p>In the RGB color wheel, cyan is 1/2 the way around clockwise, at 180 degrees.</p>
<p>Pure cyan is created with a value of 0 for R, and 255 for G and B. To achieve a darker cyan, reduce the values for G and B. To achieve a lighter cyan, add a bit of R. You can get a cornflower blue by leave R at 0 and reducing G by half.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#00ffff">&nbsp;</td>
<td width="20" bgcolor="#007d7d">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">0-255-255</td>
<td width="20">0-125-125</td>
</tr>
<tr>
<td width="20" bgcolor="#7dffff">&nbsp;</td>
<td width="20" bgcolor="#007dff">&nbsp;</td>
</tr>
<tr>
<td width="20">125-255-255</td>
<td width="20">0-125-255</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Blue</h4>
<div id="attachment_351" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-blue-hue.jpg" alt="Blue" title="Blue" width="450" height="150" class="size-full wp-image-351" /><p class="wp-caption-text">Blue</p></div><br />
<div id="attachment_352" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-blue.jpg" alt="Blue" title="Blue" width="133" height="272" class="size-full wp-image-352" /><p class="wp-caption-text">Blue</p></div>
<p>Blue, our final primary, is 2/3th the way around clockwise, at 240 degrees.</p>
<p>Pure blue is created with a value of 0 for R and G, and 255 for B. To achieve a darker blue, reduce the value for B. To achieve a lighter blue, add a bit of R and G. Voilet/purple is created by adding some red into a pure blue.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#0000ff">&nbsp;</td>
<td width="20" bgcolor="#00007d">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">0-0-255</td>
<td width="20">0-0-125</td>
</tr>
<tr>
<td width="20" bgcolor="#7d7dff">&nbsp;</td>
<td width="20" bgcolor="#7d00ff">&nbsp;</td>
</tr>
<tr>
<td width="20">125-125-255</td>
<td width="20">125-0-255</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Magenta</h4>
<div id="attachment_354" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-magenta-hue.jpg" alt="Magenta" title="Magenta" width="450" height="150" class="size-full wp-image-354" /><p class="wp-caption-text">Magenta</p></div><br />
<div id="attachment_355" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-magenta.jpg" alt="Magenta" title="Magenta" width="133" height="272" class="size-full wp-image-355" /><p class="wp-caption-text">Magenta</p></div>
<p>Magenta, our final secondary color, is 5/6ths the way around clockwise, at 300 degrees.</p>
<p>Magenta is created with a value of 255 for R, 0 for G, and 255 for B. To achieve a darker magenta, reduce the value for R and B by equal amounts. To achieve a lighter magenta, add a bit of G. A pretty fuchsia color can be had by reducing the blue.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#ff00ff">&nbsp;</td>
<td width="20" bgcolor="#7d007d">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">255-0-255</td>
<td width="20">125-0-125</td>
</tr>
<tr>
<td width="20" bgcolor="#ff7dff">&nbsp;</td>
<td width="20" bgcolor="#ff007d">&nbsp;</td>
</tr>
<tr>
<td width="20">255-125-255</td>
<td width="20">255-0-125</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Browns</h4>
<p>Browns tend to fall in the muted-orangey area. Here are a few to get you started:</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#c5af8f">&nbsp;</td>
<td width="20" bgcolor="#a4814e">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">197-175-143</td>
<td width="20">164-129-78</td>
</tr>
<tr>
<td width="20" bgcolor="#6c4918">&nbsp;</td>
<td width="20" bgcolor="#643c03">&nbsp;</td>
</tr>
<tr>
<td width="20">108-73-24</td>
<td width="20">100-60-3</td>
</tr>
</table>
<p>&nbsp;</p>
<p style="text-align:center;"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/done-slug.jpg" alt="Done" title="Done" width="100" height="56" class="alignnone size-full wp-image-2666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/08/the-rgb-color-wheel/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The Photoshop CS4 Workspace</title>
		<link>http://blulob.com/2009/03/07/the-photoshop-cs4-workspace/</link>
		<comments>http://blulob.com/2009/03/07/the-photoshop-cs4-workspace/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 04:52:12 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=273</guid>
		<description><![CDATA[When working with Photoshop tutorials here, elsewhere on the Web, or in books, it pays to memorize the main components of the Photoshop CS4 workspace. After the jump, I describe the components I will refer to the most in my tutorials. Adobe made drastic changes in the names of these components since version CS3. I [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F07%2Fthe-photoshop-cs4-workspace%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F07%2Fthe-photoshop-cs4-workspace%2F&amp;source=bluelobsterart&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><div id="attachment_316" class="wp-caption alignleft" style="width: 160px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-photoshop-cs4-mini1.gif" alt="Photoshop CS4 Workspace" title="Photoshop CS4 Workspace" width="150" height="116" class="size-full wp-image-316" /><p class="wp-caption-text">Photoshop CS4 Workspace</p></div><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/photoshop_cs4.gif" alt="Photoshop CS4" title="Photoshop CS4" width="30" height="29" class="alignright size-full wp-image-454" />When working with Photoshop tutorials here, elsewhere on the Web, or in books, it pays to memorize the main components of the Photoshop CS4 workspace. After the jump, I describe the components I will refer to the most in my tutorials.</p>
<p>  <span id="more-273"></span></p>
<p>Adobe made drastic changes in the names of these components since version CS3. I will be referencing the CS4 names in my tutorials.</p>
<p>It is possible to completely rearrange many of these components. For example, you can hide the panels (Shift+Tab) and move the Tools Panel over there (clicking-and-dragging the black bar at the top of the Tools Panel).</p>
<p><em>Click on the image below to view a much larger version.</em></p>
<p><a href="http://bluelobsterart.com/images/tutorials/interface-photoshop-cs4-lg.jpg" rel='gb_imageset[the-photoshop-cs4-workspace]'><div id="attachment_317" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-photoshop-cs4-sm1.gif" alt="Photoshop CS4 Workspace" title="Photoshop CS4 Workspace" width="450" height="349" class="size-full wp-image-317" /><p class="wp-caption-text">Photoshop CS4 Workspace</p></div></a>   </p>
<p>&nbsp;</p>
<h4>Application Bar</h4>
<p><div id="attachment_282" class="wp-caption alignleft" style="width: 110px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-photoshop-cs4-application.gif" alt="Application Bar" title="Application Bar" width="100" height="100" class="size-full wp-image-282" /><p class="wp-caption-text">Application Bar</p></div>The Application Bar includes menus* that give you access to Photoshop&#8217;s commands and features. They also allow you to make things visible or invisible like panels and guides. Some menu items act on your instruction right away. Other menu items are followed by an ellipsis (&#8230;). When you select these menu items, you will get a dialog box which gives you options to modify your request. </p>
<p>    Many menu items are accompanied by mysterious text on the right, such as &#8220;Alt+Ctrl+C&#8221;. This indicates that there is a keyboard shortcut associated with this command. In the example above, you would hold down the Alt and Ctrl keys (on the PC), then click the C key to open the Canvas Size dialog box. It is possible to create your own keyboard shortcuts (Edit > Keyboard Shortcuts&#8230;).</p>
<p>    Application Bar commands are indicated in my tutorials as a series of terms separated by a &#8220;Greater Than&#8221; (>) character. For example, <strong>Images > Adjustments > Hue &#038; Saturation</strong> means start with the Images menu, select the Adjustments item, and then select Hue &#038; Saturation from the fly-out menu.
</p>
<p><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-photoshop-cs4-switcher.gif" alt="Workspace Switcher" title="Workspace Switcher" width="100" height="100" class="size-full wp-image-306" align="left" style="padding: 5px;" />The Application Bar gives you some button shortcuts to common functions, like changing the screen mode and opening Adobe Bridge. It also includes the Workspace Switcher, which allows you to change the configuration of your workspace to accommodate major functions such as Painting and Typography. It simply allows you to save and load different arrangements of panels. To save your own custom workspace, click on this button and select Save Workspace&#8230;</p>
<p>The Application Bar used to be called the <em>Menu Bar</em> in earlier versions of Photoshop.</p>
<p>* PCs only; Macs show the menus in a separate bar.</p>
<p>&nbsp; </p>
<h4>Tools Panel</h4>
<p><div id="attachment_283" class="wp-caption alignleft" style="width: 110px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-photoshop-cs4-tools.gif" alt="Tools Panel" title="Tools Panel" width="100" height="100" class="size-full wp-image-283" /><p class="wp-caption-text">Tools Panel</p></div>The Tools Panel contains tools that let you interact directly with your Photoshop files. Some of the tools have a small black triangle at the bottom-right. Click and hold down on one of these tools, and you will see the fly-out menu which contains related tools. For example, the fly-out menu for the Gradient Tool also contains the Paint Bucket tool. To select a tool, click on it in the Tools Panel. Many tools have keyboard shortcuts of single letters, indicated by a letter to the far-right on the fly-out tool menu. For example, you can press the G key to access the Gradient tool, and then press it again to access the Paint Bucket tool.
</p>
<p>The Tools Panel used to be called the <em>Tool Box</em> in earlier versions of Photoshop.</p>
<p>&nbsp; </p>
<h4>Control Panel</h4>
<p><div id="attachment_285" class="wp-caption alignleft" style="width: 110px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-photoshop-cs4-control.gif" alt="Control Panel" title="Control Panel" width="100" height="100" class="size-full wp-image-285" /><p class="wp-caption-text">Control Panel</p></div>The Control Panel allows allows you to adjust the settings for the tool that is currently selected in the Tools Panel. For example, if you have the Text tool selected, the Control Panel allows you to change the font type and size, as well as the text color and alignment. If you have the Custom Shape Tool selected, you can change how it behaves, what shape it makes, and what color will result. I will refer to the Control Panel a lot in my tutorials.
</p>
<p>The Control Panel used to be called the <em>Options Bar</em> in earlier versions of Photoshop.</p>
<p>&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/07/the-photoshop-cs4-workspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Illustrator Color Picker</title>
		<link>http://blulob.com/2009/03/04/the-illustrator-color-picker/</link>
		<comments>http://blulob.com/2009/03/04/the-illustrator-color-picker/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 19:38:33 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[color picker]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=138</guid>
		<description><![CDATA[The Color Picker in Illustrator allows you to set the color for the foreground, the background, text, and other aspects of an Illustrator design. After the jump is a summary of the main parts of the Color Picker, and how to get the exact color you want out of the 16.8 millions colors that are [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F04%2Fthe-illustrator-color-picker%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F04%2Fthe-illustrator-color-picker%2F&amp;source=bluelobsterart&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_141" class="wp-caption alignleft" style="width: 160px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-illustrator-150px.jpg" alt="Color Picker" title="The Illustrator Color Picker" width="150" height="103" class="size-full wp-image-141" /><p class="wp-caption-text">Color Picker</p></div><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/illustrator_cs4.gif" rel='gb_imageset[the-illustrator-color-picker]'><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/illustrator_cs4.gif" alt="Illustrator CS4" title="Illustrator CS4" width="30" height="30" class="alignright size-full wp-image-463" /></a> The Color Picker in Illustrator allows you to set the color for the foreground, the background, text, and other aspects of an Illustrator design. After the jump is a summary of the main parts of the Color Picker, and how to get the exact color you want out of the 16.8 millions colors that are available on modern computer monitors.</p>
<p><span id="more-138"></span></p>
<p>&nbsp;</p>
<p><div id="attachment_139" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-illustrator-cs3.jpg" alt="The Illustrator Color Picker" title="The Illustrator Color Picker" width="450" height="310" class="size-full wp-image-139" /><p class="wp-caption-text">The Illustrator Color Picker</p></div>
<p>&nbsp;</p>
<h4>A) The Color Field</h4>
<p><div id="attachment_228" class="wp-caption alignleft" style="width: 110px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-illustrator-a.jpg" alt="Color Field" title="The Color Field" width="100" height="100" class="size-full wp-image-228" /><p class="wp-caption-text">Color Field</p></div> The circle inside the large square of colors indicates which color is currently selected in the Color Picker. You can click anywhere in this square to change the selected color.</p>
<p>The square is 256 levels of saturation (vividness) across the top, from pure white to pure hue (color; in this case, a bright blue). The square is 256 levels of value (lightness/darkness) from top to bottom, adding more black as you go down, until the color is pure black at the very bottom edge. This means there are 65,536 possible colors in this square alone.</p>
<p>&nbsp;</p>
<h4>B) The Color Spectrum Slider</h4>
<p><div id="attachment_232" class="wp-caption alignleft" style="width: 110px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-illustrator-b.jpg" alt="Color Spectrum Slider" title="The Color Spectrum Slider" width="100" height="100" class="size-full wp-image-232" /><p class="wp-caption-text">Color Spectrum Slider</p></div>But what if you don&#8217;t want blue? No problem. The Color Spectrum Slider to the right of the large square offers a range of 256 hues like a rainbow. Just click on the rainbow band, or drag the slider up or down. You will see the overall hue change in the large square.</p>
<p>The best practice when you want to completely change the current color is to start with B (the Color Spectrum Slider), and then narrow your choice to a particular value and saturation in A (the Color Field).</p>
<p>If you multiply the 256 hues in the Color Spectrum Slider with the 65,536 colors in the Color Field, you get 16,777,216 colors available in the Color Picker.</p>
<p>&nbsp;</p>
<h4>C) The Current Color and D) The Previous Color</h4>
<p><div id="attachment_234" class="wp-caption alignleft" style="width: 110px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-illustrator-cd.jpg" alt="Current Color / Previous Color" title="The Current Color and The Previous Color" width="100" height="100" class="size-full wp-image-234" /><p class="wp-caption-text">Current Color / Previous Color</p></div>These rectangles allow you to see your new color selection on the top, and compare it to your previously selected color on the bottom.</p>
<p>Comparing the two colors comes in really handy if a shade of green is not quite natural enough, for example, and you want to add a touch of gray or brown. Or if you are coordinating two colors in a color scheme and want one color to be the same intensity as another, but a different hue (like a muted blue with a muted green.)</p>
<p>&nbsp;</p>
<h4>E) RGB Color Values</h4>
<p><div id="attachment_236" class="wp-caption alignleft" style="width: 110px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-illustrator-e.jpg" alt="RGB Color Values" title="RGB Color Values" width="100" height="100" class="size-full wp-image-236" /><p class="wp-caption-text">RGB Color Values</p></div>RGB refers to Red, Green and Blue. Unlike the traditional color wheel where red, yellow and blue are the primary colors from which everything else is mixed, monitors have primaries of red, green and blue. That is because the colors on monitors is created with light instead of paint or ink.</p>
<p>Each of these values can be anywhere from zero to 255, making 256 possible values. 256 for red x 256 for green x 256 for blue = the approximately 16.8 million colors we talked about above.</p>
<p>Zero in the Red box means that no red is contributing to the selected color. 255 in the Red box means that Red is as strong as it can possibly be in the selected color. Ditto for Green and Blue.</p>
<ul>
<li>You can get a pure <strong>red </strong>with R:255, G:0, B:0.</li>
<li>You can get a pure <strong>green </strong>with R:0, G:255, B:0.</li>
<li>You can get a pure <strong>blue </strong>with R:0, G:0, B:255.</li>
<li>You can get a pure <strong>yellow </strong>with R:255, G:255, B:0.</li>
<li>You can get a pure <strong>magenta </strong>with R:255, G:0, B:255.</li>
<li>You can get a pure <strong>cyan </strong>(blue-green) with R:0, G:255, B:255.</li>
<li>You can get a pure <strong>white </strong>with R:255, G:255, B:255.</li>
<li>You can get a pure <strong>black </strong>with R:0, G:0, B:0.</li>
<li>An equal number for all three colors (other than 0 or 255) will get you various shades of <strong>gray</strong>; the higher the number, the lighter the gray.</li>
</ul>
<p>By the way, RGB is referred to as an Additive Color Mode, because when you add all the primaries together at full strength, you get pure, white light.</p>
<p>&nbsp;</p>
<h4>F) Hexadecimal Color Value</h4>
<p><div id="attachment_238" class="wp-caption alignleft" style="width: 110px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-illustrator-f.jpg" alt="Hexadecimal Color Value" title="Hexadecimal Color Value" width="100" height="100" class="size-full wp-image-238" /><p class="wp-caption-text">Hexadecimal Color Value</p></div>Hexadecimal values are used to indicate colors on the Web. They are composed of a pound sign (#) that is followed by six characters. The characters can be the digits 0 through 9 or the letters A through F. Hexadecimal values make it easy to copy and paste and entire color formula from one place to another, for example from Photoshop to Illustrator.</p>
<p>Hexadecimal values are like RGB values but expressed in a different format. The first two digits are for Red, the second two for Green, and the last two for Blue. Because each digit can be any of sixteen values, a two-digit combination can represent 256 values. See how that relates to RGB? And similar to RGB mode, a double-zero means no color (or black if all six digits are zero.) What is special in Hexadecimal is that after 9, the brighter colors go from A to F.</p>
<p>Here are some Hexadecimal colors:</p>
<ul>
<li>White: #FFFFFF</li>
<li>Black: #000000</li>
<li>Red: #FF0000</li>
<li>Green: #00FF00</li>
<li>Blue: #0000FF</li>
</ul>
<p>&nbsp;</p>
<h4>G) CMYK Color Values</h4>
<p><div id="attachment_239" class="wp-caption alignleft" style="width: 110px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-illustrator-g.jpg" alt="CMYK Color Values" title="CMYK Color Values" width="100" height="100" class="size-full wp-image-239" /><p class="wp-caption-text">CMYK Color Values</p></div>CMYK stands for Cyan, Magenta, Yellow and Key color (black). CMYK is the color mode used for printing presses. More or less the opposite sort of color wheel from RGB, CMYK is called subtractive color. That means that one subtracts all color to reveal white (that is, the white of the paper).</p>
<p>The values for C, M Y and K are expressed as percentages. These percentages represent how much of that color ink would be printed on paper. For example, C at %100 means that a particular area would get 100% percent coverage of Cyan.  We will not be using CMYK often in these tutorials, so I won&#8217;t go into greater detail here.</p>
<p>&nbsp;</p>
<h4>Other Features</h4>
<p>The <strong>HSB</strong> values are for Hue, Saturation and Brightness. This is another way to control color. Hue means the given name for a color, Saturation means the strength or vividness, and Brightness means how close it is to white.</p>
<p>The <strong>OK </strong>button saves your color change and closes the Color Picker.</p>
<p>The <strong>Cancel</strong> button closes the Color Picker without making changes.</p>
<p>The <strong>Color Swatches</strong> button lets you access a multitude of preset colors.</p>
<p>The <strong>Only Web Colors</strong> checkbox is a throwback to when many people did not have monitors that displayed 16.8 millions colors. It makes the Color Field show only what were once called &#8220;Web-Safe&#8221; colors. Don&#8217;t worry about this.</p>
<p>&nbsp;</p>
<p style="text-align:center;"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/done-slug.jpg" alt="Done" title="Done" width="100" height="56" class="alignnone size-full wp-image-2666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/04/the-illustrator-color-picker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Photoshop Color Picker</title>
		<link>http://blulob.com/2009/03/04/the-photoshop-color-picker/</link>
		<comments>http://blulob.com/2009/03/04/the-photoshop-color-picker/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 19:37:46 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[color picker]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=135</guid>
		<description><![CDATA[The Color Picker in Photoshop allows you to set the color for the foreground, the background, text, and other aspects of a Photoshop design. After the jump is a summary of the main parts of the Color Picker, and how to get the exact color you want out of the 16.8 millions colors that are [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F04%2Fthe-photoshop-color-picker%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F04%2Fthe-photoshop-color-picker%2F&amp;source=bluelobsterart&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div class="wp-caption alignleft" style="width: 160px"><img title="The Photoshop Color Picker" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-photoshop-150px.jpg" alt="Color Picker" width="150" height="102" /><p class="wp-caption-text">Color Picker</p></div><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/photoshop_cs4.gif" alt="Photoshop CS4" title="Photoshop CS4" width="30" height="29" class="alignright size-full wp-image-454" /> The Color Picker in Photoshop allows you to set the color for the foreground, the background, text, and other aspects of a Photoshop design. After the jump is a summary of the main parts of the Color Picker, and how to get the exact color you want out of the 16.8 millions colors that are available on modern computer monitors.</p>
<p><span id="more-135"></span></p>
<p>&nbsp;</p>
<p><div id="attachment_136" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-136" title="The Photoshop Color Picker" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-photoshop-cs3.jpg" alt="The Photoshop Color Picker" width="450" height="305" /><p class="wp-caption-text">The Photoshop Color Picker</p></div><br />
&nbsp;</p>
<h4>A) The Picked Color</h4>
<p><div id="attachment_154" class="wp-caption alignleft" style="width: 110px"><img class="size-full wp-image-154" title="The Picked Color" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-photoshop-a.jpg" alt="Picked Color" width="100" height="100" /><p class="wp-caption-text">Picked Color</p></div>
<p>This circle inside the large square of colors indicates which color is currently selected in the Color Picker. You can click anywhere in this square to change the selected color.</p>
<p>The square is 256 levels of saturation (vividness) across the top, from pure white to pure hue (color; in this case, a bright blue). The square is 256 levels of value (lightness/darkness) from top to bottom, adding more black as you go down, until the color is pure black at the very bottom edge. This means there are 65,536 possible colors in this square alone.</p>
<p>&nbsp;</p>
<h4>B) The Color Slider</h4>
<div id="attachment_157" class="wp-caption alignleft" style="width: 110px"><img class="size-full wp-image-157" title="The Color Slider" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-photoshop-b.jpg" alt="Color Slider" width="100" height="100" /><p class="wp-caption-text">Color Slider</p></div>
<p>But what if you don&#8217;t want blue? No problem. The Color Slider to the right of the large square offers a range of 256 hues like a rainbow. Just click on the rainbow band, or drag the slider up or down. You will see the overall hue change in the large square.</p>
<p>The best practice when you want to completely change the current color is to start with B (the Color Slider), and then narrow your choice to a particular value and saturation in A (the Picked Color).</p>
<p>If you multiply the 256 hues in the Color Slider with the 65,536 colors in the Picked Color square, you get 16,777,216 colors available in the Color Picker.</p>
<p>&nbsp;</p>
<h4>C) The Adjusted Color and D) The Original Color</h4>
<div id="attachment_162" class="wp-caption alignleft" style="width: 110px"><img class="size-full wp-image-162" title="The Adjusted Color and The Original Color" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-photoshop-cd.jpg" alt="Adjusted Color / Original Color" width="100" height="100" /><p class="wp-caption-text">Adjusted Color, Original Color</p></div>
<p>These rectangles allow you to see your new color selection on the top, and compare it to your previously selected color on the bottom.</p>
<p>Comparing the two colors comes in really handy if a shade of green is not quite natural enough, for example, and you want to add a touch of gray or brown. Or if you are coordinating two colors in a color scheme and want one color to be the same intensity as another, but a different hue (like a muted blue with a muted green.)</p>
<p>&nbsp;</p>
<h4>E) RGB Color Values</h4>
<div id="attachment_168" class="wp-caption alignleft" style="width: 110px"><img class="size-full wp-image-168" title="RGB Values" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-photoshop-e.jpg" alt="RGB Values" width="100" height="100" /><p class="wp-caption-text">RGB Values</p></div>
<p>RGB refers to Red, Green and Blue. Unlike the traditional color wheel where red, yellow and blue are the primary colors from which everything else is mixed, monitors have primaries of red, green and blue. That is because the colors on monitors is created with light instead of paint or ink.<br />
By the way, RGB is referred to as an Additive Color Mode, because when you add all the primaries together at full strength, you get pure, white light.</p>
<p>To learn more about how to select colors in RGB, see my mini-guide on <a href="http://bluelobsterart.com/wordpress/2009/03/08/the-rgb-color-wheel/">The RBG Color Wheel</a>.</p>
<p>&nbsp;</p>
<h4>F) Hexadecimal Color Value</h4>
<p><div id="attachment_181" class="wp-caption alignleft" style="width: 110px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-photoshop-f.jpg" alt="Hexadecimal Value" title="Hexadecimal Value" width="100" height="100" class="size-full wp-image-181" /><p class="wp-caption-text">Hexadecimal Value</p></div> Hexadecimal values are used to indicate colors on the Web. They are composed of a pound sign (#) that is followed by six characters. The characters can be the digits 0 through 9 or the letters A through F. Hexadecimal values make it easy to copy and paste and entire color formula from one place to another, for example from Photoshop to Illustrator.</p>
<p>Hexadecimal values are like RGB values but expressed in a different format. The first two digits are for Red, the second two for Green, and the last two for Blue. Because each digit can be any of sixteen values, a two-digit combination can represent 256 values. See how that relates to RGB? And similar to RGB mode, a double-zero means no color (or black if all six digits are zero.) What is special in Hexadecimal is that after 9, the brighter colors go from A to F.</p>
<p>Here are some Hexadecimal colors:</p>
<ul>
<li>White: #FFFFFF</li>
<li>Black: #000000</li>
<li>Red: #FF0000</li>
<li>Green: #00FF00</li>
<li>Blue: #0000FF</li>
</ul>
<p>&nbsp;</p>
<h4>G) CMYK Color Values</h4>
<p><div id="attachment_185" class="wp-caption alignleft" style="width: 110px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker-photoshop-g.jpg" alt="CMYK Values" title="CMYK Values" width="100" height="100" class="size-full wp-image-185" /><p class="wp-caption-text">CMYK Values</p></div> CMYK stands for Cyan, Magenta, Yellow and Key color (black). CMYK is the color mode used for printing presses. More or less the opposite sort of color wheel from RGB, CMYK is called subtractive color. That means that one subtracts all color to reveal white (that is, the white of the paper).</p>
<p>The values for C, M Y and K are expressed as percentages. These percentages represent how much of that color ink would be printed on paper. For example, C at %100 means that a particular area would get 100% percent coverage of Cyan.  We will not be using CMYK often in these tutorials, so I won&#8217;t go into greater detail here.</p>
<p>&nbsp;</p>
<h4>Other Features</h4>
<p>The <strong>HSB</strong> values are for Hue, Saturation and Brightness. This is another way to control color. Hue means the given name for a color, Saturation means the strength or vividness, and Brightness means how close it is to white.</p>
<p>The <strong>LAB </strong>values are for LAB color, a color space used by advanced Photoshoppers for color correction, noise reduction, and other techniques. L stands for Luminosity, and its channel carries all the value and detail of an image. The A channel contains the magenta and green hues, and the B channel contains the blue and yellow hues.</p>
<p>The <strong>OK </strong>button saves your color change and closes the Color Picker.</p>
<p>The <strong>Reset </strong>button reverts your selected color to the Original Color and leaves the Color Picker one.</p>
<p>The <strong>Add to Swatches</strong> button lets you save the selected color in the Swatches palette for future repeated use.</p>
<p>The <strong>Color Libraries</strong> button gives you access to large libraries of colors, in particular the variety of Pantone colors used in printing spot colors.</p>
<p>The <strong>Only Web Colors</strong> checkbox is a throwback to when many people did not have monitors that displayed 16.8 millions colors. It makes the Color square show only what were once called &#8220;Web-Safe&#8221; colors. Don&#8217;t worry about this.</p>
<p>To close the Color Picker without making changes, click on the <strong>Close </strong>button (the red X in the upper-right corner on the PC).</p>
<p>&nbsp;</p>
<p style="text-align:center;"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/done-slug.jpg" alt="Done" title="Done" width="100" height="56" class="alignnone size-full wp-image-2666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/04/the-photoshop-color-picker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Illustrator CS3 Workspace</title>
		<link>http://blulob.com/2009/03/02/the-illustrator-cs3-interface/</link>
		<comments>http://blulob.com/2009/03/02/the-illustrator-cs3-interface/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 05:50:37 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=79</guid>
		<description><![CDATA[When working with Illustrator tutorials here, elsewhere on the Web, or in books, it pays to memorize the main components of the Illustrator CS3 workspace. After the jump, I describe the components I will refer to the most in my tutorials. Click on the image below to view a much larger version. &#160; Menu Bar [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F02%2Fthe-illustrator-cs3-interface%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F02%2Fthe-illustrator-cs3-interface%2F&amp;source=bluelobsterart&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div class="wp-caption alignleft" style="width: 160px"><img alt="The Illustrator CS3 Interface" src="http://bluelobsterart.com/images/tutorials/interface-illustrator-mini.gif" title="The Illustrator CS3 Interface" width="150" height="119" /><p class="wp-caption-text">The Illustrator CS3 Interface</p></div> <img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/illustrator-cs3-logo.gif" alt="Illustrator CS3" title="Illustrator CS3" width="30" height="29" class="alignright size-full wp-image-468" />When working with Illustrator tutorials here, elsewhere on the Web, or in books, it pays to memorize the main components of the Illustrator CS3 workspace. After the jump, I describe the components I will refer to the most in my tutorials.</p>
<p><span id="more-79"></span></p>
<p><em>Click on the image below to view a much larger version.</em></p>
<p><div class="wp-caption alignnone" style="width: 460px"><a href="http://bluelobsterart.com/images/tutorials/interface-illustrator-lg.gif" rel='gb_imageset[the-illustrator-cs3-interface]'><img title="The Illustrator CS3 Interface" src="http://bluelobsterart.com/images/tutorials/interface-illustrator-sm.gif" alt="The Illustrator CS3 Interface - click for a larger image" width="450" height="356" /></a><p class="wp-caption-text">The Illustrator CS3 Interface - click for a larger image</p></div>
<p>&nbsp;</p>
<h4>Menu Bar</h4>
<p><div class="wp-caption alignleft" style="width: 110px"><img alt="Menu Bar" src="http://bluelobsterart.com/images/tutorials/interface-illustrator-menu.gif" title="Illustrator Menu Bar" width="100" height="100" /><p class="wp-caption-text">Menu Bar</p></div> The Menu Bar gives you access to Illustrator’s commands and features. It also allows you to make things visible or invisible like panels and guides. Some menu items act on your instruction right away. Other menu items are followed by an ellipsis (…). When you select these menu items, you will get a dialog box which gives you options to modify your request.</p>
<p>Many menu items are accompanied by mysterious text on the right, such as “Shift+Ctrl+G”. This indicates that there is a keyboard shortcut associated with this command. In the example above, you would hold down the Shift and Ctrl keys (on the PC), then click the G key to ungroup a group of items. It is possible to create your own keyboard shortcuts (Edit > Keyboard Shortcuts…).</p>
<p>Menu Bar commands are indicated in my tutorials as a series of terms separated by a “Greater Than” (>) character. For example, <strong>Object > Path > Join</strong> means start with the Object menu, select the Path item, and then select Path from the fly-out menu.</p>
<p>&nbsp;</p>
<h4>Tools Panel</h4>
<p><div class="wp-caption alignleft" style="width: 110px"><img alt="Tools Panel" src="http://bluelobsterart.com/images/tutorials/interface-illustrator-tools.gif" title="Illustrator Tools Panel" width="100" height="100" /><p class="wp-caption-text">Tools Panel</p></div> The Tools Panel contains tools that let you interact directly with your Illustrator files. Some of the tools have a small black triangle at the bottom-right. Click on hold down on one of these tools, and you will see the fly-out menu which contains related tools. For example, the fly-out menu for the Rotate Tool also contains the Reflect tool. To select a tool, click on it in the Tool Box. Tools have keyboard shortcuts of single letters, indicated by a letter to the far-right of the fly-out tool menu. For example, you can press the R key to access the Rotate tool. </p>
<p>&nbsp;</p>
<h4>Options Bar</h4>
<p><div class="wp-caption alignleft" style="width: 110px"><img alt="Options Bar" src="http://bluelobsterart.com/images/tutorials/interface-illustrator-options.gif" title="Illustrator Options Bar" width="100" height="100" /><p class="wp-caption-text">Options Bar</p></div> The Options Bar allows you to adjust the settings for the tool that is currently selected in the Tool Box. For example, if you have the Text tool selected, the Options Bar allows you to change the font type and size, as well as the text color and alignment. If you have the Pencil selected, you can change the color and thickness of the line. I will refer to the Options Bar a lot in my tutorials. </p>
<p>&nbsp;</p>
<h4>Panels</h4>
<p><div class="wp-caption alignleft" style="width: 110px"><img alt="Panel" src="http://bluelobsterart.com/images/tutorials/interface-illustrator-panel.gif" title="Illustrator Panel" width="100" height="100" /><p class="wp-caption-text">Panel</p></div> The Illustrator panels give you even more options for your tools than the Options Bar does. They can also allow you to choose colors and styles, rearrange your composition, see important information about your files, and do more complex editing styles and effects. There are many other types of panels too. More seem to be added with every new version of Illustrator. To view any panel that is not currently visible, select it from the Window menu. </p>
<p>&nbsp;</p>
<h4>Cursor</h4>
<p><div class="wp-caption alignleft" style="width: 110px"><img alt="Cursor" src="http://bluelobsterart.com/images/tutorials/interface-illustrator-cursor.gif" title="Illustrator Cursor" width="100" height="100" /><p class="wp-caption-text">Cursor</p></div> The Cursor is the form that your mouse takes when it is on the screen. The Cursor image changes its look inside the image window depending on what tool you currently have selected in the Tools Panel.</p>
<p>For example, the Cursor looks like a little eyedropper when you select the Eyedropper tool. It looks like a paint brush when the Paint Brush tool is selected.</p>
<p>&nbsp;</p>
<p style="text-align:center;"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/done-slug.jpg" alt="Done" title="Done" width="100" height="56" class="alignnone size-full wp-image-2666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/02/the-illustrator-cs3-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Photoshop CS3 Workspace</title>
		<link>http://blulob.com/2009/03/02/the-photoshop-cs3-interface/</link>
		<comments>http://blulob.com/2009/03/02/the-photoshop-cs3-interface/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 05:30:13 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=75</guid>
		<description><![CDATA[When working with Photoshop tutorials, it pays to memorize the main components of the Photoshop CS3 workspace. After the jump, I describe the components that are commonly referred to in tutorials. Adobe made drastic changes in the names of these components since version CS3. I will be referencing the CS4 names in my tutorials. It [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F02%2Fthe-photoshop-cs3-interface%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F02%2Fthe-photoshop-cs3-interface%2F&amp;source=bluelobsterart&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div class="wp-caption alignleft" style="width: 160px"><a href="http://bluelobsterart.com/images/tutorials/interface-photoshop-lg.jpg" rel='gb_imageset[the-photoshop-cs3-interface]'><img alt="The Photoshop CS3 Interface" src="http://bluelobsterart.com/images/tutorials/interface-photoshop-mini.gif" title="The Photoshop CS3 Interface" width="150" height="120" /></a><p class="wp-caption-text">The Photoshop CS3 Interface</p></div> <img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/ps-cs3.gif" alt="Photoshop CS3" title="Photoshop CS3" width="30" height="29" class="alignright size-full wp-image-465" />When working with Photoshop tutorials, it pays to memorize the main components of the Photoshop CS3 workspace. After the jump, I describe the components that are commonly referred to in tutorials. Adobe made drastic changes in the names of these components since version CS3. I will be referencing the <a href="http://bluelobsterart.com/wordpress/2009/03/07/the-photoshop-cs4-workspace/">CS4 names</a> in my tutorials.</p>
<p><span id="more-75"></span></p>
<p>It is possible to completely rearrange many of these components. For example, you can hide the palettes (Shift+Tab) and move the Tool Box over there (clicking-and-dragging the blue PS at the top of the Tool Box).</p>
<p><em>Click on the image below to view a much larger version.</em></p>
<p><div class="wp-caption alignnone" style="width: 460px"><a href="http://bluelobsterart.com/images/tutorials/interface-photoshop-lg.jpg" rel='gb_imageset[the-photoshop-cs3-interface]'><img title="The Photoshop CS3 Interface" src="http://bluelobsterart.com/images/tutorials/interface-photoshop-sm.gif" alt="The Photoshop CS3 Interface - click for a larger image" width="450" height="360" /></a><p class="wp-caption-text">The Photoshop CS3 Interface - click for a larger image</p></div>
<p>&nbsp;</p>
<h4>Menu Bar (Application Bar in CS4)</h4>
<p><div class="wp-caption alignleft" style="width: 110px"><img alt="Menu Bar" src="http://bluelobsterart.com/images/tutorials/interface-photoshop-menu.gif" title="Photoshop Menu Bar" width="100" height="100" /><p class="wp-caption-text">Menu Bar</p></div>The Menu Bar gives you access to Photoshop&#8217;s commands and features. It also allows you to make things visible or invisible like palettes and guides. Some menu items act on your instruction right away. Other menu items are followed by an ellipsis (&#8230;). When you select these menu items, you will get a dialog box which gives you options to modify your request. </p>
<p>Many menu items are accompanied by mysterious text on the right, such as &#8220;Alt+Ctrl+C&#8221;. This indicates that there is a keyboard shortcut associated with this command. In the example above, you would hold down the Alt and Ctrl keys (on the PC), then click the C key to open the Canvas Size dialog box. It is possible to create your own keyboard shortcuts (Edit > Keyboard Shortcuts&#8230;).</p>
<p>Menu Bar commands are indicated in my tutorials as a series of terms separated by a &#8220;Greater Than&#8221; (>) character. For example, <strong>Images > Adjustments > Hue &#038; Saturation</strong> means start with the Images menu, select the Adjustments item, and then select Hue &#038; Saturation from the fly-out menu.</p>
<p>&nbsp;</p>
<h4>Tool Box (Tools Panel in CS4)</h4>
<p><div class="wp-caption alignleft" style="width: 110px"><img alt="Tool Box" src="http://bluelobsterart.com/images/tutorials/interface-photoshop-toolbox.gif" title="Photoshop Tool Box" width="100" height="100" /><p class="wp-caption-text">Tool Box</p></div>The Tool Box contains tools that let you interact directly with your Photoshop files. Some of the tools have a small black triangle at the bottom-right. Click and hold down on one of these tools, and you will see the fly-out menu which contains related tools. For example, the fly-out menu for the Gradient Tool also contains the Paint Bucket tool. To select a tool, click on it in the Tool Box. Tools have keyboard shortcuts of single letters, indicated by a letter to the far-right of the fly-out tool menu. For example, you can press the G key to access the Gradient tool, and then press it again to access the Paint Bucket tool.</p>
<p>&nbsp;</p>
<h4>Options Bar (Control Panel in CS4)</h4>
<p><div class="wp-caption alignleft" style="width: 110px"><img alt="Options Bar" src="http://bluelobsterart.com/images/tutorials/interface-photoshop-options.gif" title="Photoshop Options Bar" width="100" height="100" /><p class="wp-caption-text">Options Bar</p></div>The Options Bar allows allows you to adjust the settings for the tool that is currently selected in the Tool Box. For example, if you have the Text tool selected, the Options Bar allows you to change the font type and size, as well as the text color and alignment. If you have the Custom Shape Tool selected, you can change how it behaves, what shape it makes, and what color will result. I will refer to the Options Bar a lot in my tutorials.</p>
<p>&nbsp;</p>
<h4>Palettes (Panels in CS4)</h4>
<p><div class="wp-caption alignleft" style="width: 110px"><img alt="Palettes" src="http://bluelobsterart.com/images/tutorials/interface-photoshop-palettes.gif" title="Photoshop Palettes" width="100" height="100" /><p class="wp-caption-text">Palettes</p></div>Alternately referred to as panels, the Photoshop palettes give you even more options for your tools than the Options Bar does. They can also allow you to choose colors and styles, undo many steps, see important information about your files, and do more complex editing involving layers, paths and channels. There are many other types of palettes too. More seem to be added with every new version of Photoshop. To view any palette that is not currently visible, select it from the Window menu.</p>
<p>&nbsp;</p>
<h4>Cursor</h4>
<p><div class="wp-caption alignleft" style="width: 110px"><img alt="Cursor" src="http://bluelobsterart.com/images/tutorials/interface-photoshop-cursor.gif" title="Photoshop Cursor" width="100" height="100" /><p class="wp-caption-text">Cursor</p></div>The Cursor is the form that your mouse takes when it is on the screen. The Cursor image changes its look inside the image window depending on what tool you currently have selected in the Tool Box. </p>
<p>For example, the Cursor looks like a little eyedropper when you select the Eyedropper tool. It looks like a paint bucket when the Paint Bucket tool is selected.</p>
<p>&nbsp;</p>
<p style="text-align:center;"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/done-slug.jpg" alt="Done" title="Done" width="100" height="56" class="alignnone size-full wp-image-2666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/02/the-photoshop-cs3-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
