91³Ô¹ÏÍø

Watch CBS News

When and where to see August's rare supermoon blue moon

August's supermoon blue moon, the first of 2024's four consecutive supermoons, will appear full from Sunday through Wednesday this week, giving astronomy fans a rare show when they look to the skies. 

The full had been expected to reach its peak on Monday, Aug. 19, at 2:26 p.m. EDT, and it will appear full for three days, NASA said. The Old Farmer's Almanac details specific for different ZIP codes across the U.S. 

When and how you can see the August supermoon blue moon peak?

While the full moon peaked on Monday afternoon, it first appeared full on Sunday morning, and will continue to appear full through early Wednesday morning.

Around 98% of the moon's nearside had been expected to be illuminated by the sun on Sunday, according to NASA. By Monday, 100% of the moon's nearside will be illuminated and about 99% of it will be illuminated by the sun on Tuesday.

You don't need binoculars or a telescope to enjoy the spectacular view.

Full moon in Istanbul
The full moon rises above the Suleymaniye Mosque in Istanbul, Turkey, on Aug. 19, 2024. Ahmet Okatali/Anadolu via Getty Images

What is a supermoon?

Supermoons occur when the moon's orbit is closest to Earth at the same time as the moon is full, according to NASA. The moon's distance from Earth varies between about 221,457 miles and 252,712 miles. 

During this month's supermoon peak, the moon will be around from Earth. It will be even closer to Earth in September: roughly 222,005 miles. In October, the full moon will be about 222,095 miles from Earth. The last supermoon in the series — November's — will be when the moon is around 224,385 miles from Earth.

Supermoons appear bigger than the average full moon. It's similar to the size difference between a quarter and a nickel, according to . They're also about 16% brighter than an average moon. 

How much bigger and brighter will the August supermoon appear than the average full moon?

While all supermoons appear bigger and brighter than the average full moon, there is some variance. According to NASA, the August full moon should appear 6.2% bigger and 12.8% brighter than the average full moon. 

The moon will appear even bigger and brighter the next month. September's full moon will look 7.5% bigger and 15.5% brighter than average, NASA said.

October's full moon, which will appear 7.6% bigger and 15.7% brighter than average, will be the biggest and brightest moon of the year, according to the space agency.

The November full moon will appear 6.2% bigger and 12.8% brighter than 2024's average full moon.

When are the next supermoons this year?

August's full moon is the first of four consecutive supermoons this year. The full moon in September will reach peak illumination on Tuesday, Sept. 17. It's known as the Harvest Moon.

The full moon the following month, known as the Hunter's Moon, peaks on Thursday, Oct. 17. The final supermoon will be November's Beaver Moon, which peaks on Friday, Nov. 15.

According to NASA, the full moons in September and October will be virtually tied for the closest full moons of the year.

Will the blue moon look blue?

August's full moon is not just a supermoon — it's also a blue moon. But those hoping to see a shade like cerulean, cobalt or navy blue when they check out the moon are out of luck. A blue moon has two meanings when it comes to astronomical phenomena, and neither one is related to color. 

A blue moon refers to the third full moon in a season with four full moons, as is the case with this August's full moon, according to NASA. The term is also used to refer to the second full moon in a month that has two full moons. 

Does August's full moon have a special name?

August's full moon is called the Sturgeon Moon, according to the . The name comes from the giant lake sturgeon of the Great Lakes and Lake Champlain, which was easily caught during this part of the summer. 

This month's full moon is also known as the Red Moon, Corn or Green Corn Moon, the Barley Moon, the Herb Moon, the Grain Moon and the Dog Moon, NASA notes.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });