How does Deion Sanders' 40-yard dash compare to Cowboys star Trevon Diggs' time?

Posted by Christie Applegate on Monday, June 17, 2024

From Deion Sanders to Trevon Diggs, the Dallas Cowboys have been lucky to have some of the best cornerbacks play for them.

Many believe that Sanders is also one of the greatest defensive players to have donned the Cowboys jersey. But if anyone can potentially come and try to take that mantle off him, it has to be Trevon Diggs.

Nonetheless, fans are curious to learn which of the two cornerbacks, Sanders or Diggs, is faster. Since the two played in different eras, a simple way to determine the speed of a player is by using their 40-yard dash times from the NFL Combine.

march madness logo

70% Win

(110-25-1)

70% Win

(110-25-1)

70% Win

(110-25-1)

'; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ' votes'; if (totalVotes > 10) { pollCount.classList.remove("hidden"); } } function trackBetsTodayPollImpression() { var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { var pollId = entry.target.getAttribute("data-poll-id"); if (POLLS_BY_ID[pollId]['impression_tracked']) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { POLLS_BY_ID[pollId]['impression_tracked'] = true; var isDesktop = "1"; var gaPayload = { "question" : POLLS_BY_ID[pollId]['question'], "category": "NFL", "page_url": window.location.href, "option1": POLLS_BY_ID[pollId]['option1'], "option2": POLLS_BY_ID[pollId]['option2'], } if (isDesktop) { gaPayload["device"] = "Desktop"; } else { gaPayload["device"] = "Mobile"; } gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, { threshold: 0.5 } ); var pollElements = document.querySelectorAll('.bets-today-poll'); pollElements.forEach(function(pollElement) { var isAnswered = pollElement.querySelector(".poll-option-answered"); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } }) } return { answerPollX: answerPollX, }; }();

40-yard dash times: Deion Sanders and Trevon Diggs

Trevon Diggs ran a 4.42-second dash at the 2020 NFL Combine. That's about as fast as it gets for cornerbacks. But Deion Sanders was even quicker than Diggs.

Since the NFL Combine was a much more subdued affair back in 1989, the consensus record is indeterminable. There were four readings from four clocks when Sanders did his dash: 4.27, 4.27, 4.29, and 4.33. If we take the mode from that set, we get a 4.27.

Anything below 4.30 is phenomenal and Sanders achieved that with great aplomb.

As good a cornerback as Trevon Diggs is, he still has a lot to achieve to become the next Deion Sanders. One record that he will never be able to beat, though, is the 40-yard dash time of 'Prime Time'.

Dallas Cowboys v New York Giants

Deion Sanders vs Trevon Diggs: Which Cowboys CB has a better legacy?

Deion Sanders played for five years with the Dallas Cowboys, from 1995 to 1999. In those five seasons, he recorded 14 interceptions. His best season was in 1998 when he had five interceptions for 153 yards and one touchdown.

He also made the Pro Bowl in each of his seasons with Dallas except one, missing out in 1995. However, he more than made up for it by winning the Super Bowl that year.

Trevon Diggs, meanwhile, has 18 interceptions already in his career with the Dallas Cowboys, having been drafted in 2020. In the 2021 campaign, he had 11 interceptions, the highest by any player in a season since 1981.

Diggs is a two-time Pro Bowler and has recorded two touchdowns for Dallas so far. He already has more touchdowns than Sanders.

However, a criticism leveled at Diggs has been that he focuses so much on interceptions that he leaves receivers open and gives up more receiving yards. Unfortunately, the 25-year-old tore his ACL in practice this offseason and was ruled out for the 2023 season.

Another area that Diggs lacks in comparison to 'Prime Time' is that he has never won a Super Bowl, something the Hall-of-Famer did in his first season in Dallas. Nonetheless, Diggs still has a long way to go in his career and will hope to win a Super Bowl with the Cowboys.

At the moment, however, Diggs will have to wait on adding to his numbers, owing to a major injury.

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1322116, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1322116); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1322116) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1322116) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaKaWoXyvsdasZKGnp2KxprXOp2SsmZ6ZsrO%2FjG1nZrGRp7FusMCsn2abn6K9or7EZqSonJWnu26wwLJknKenl7y6v4ysq5qqXam%2FpsLOp2SdoZecwA%3D%3D