blanksusa.com Open in urlscan Pro
35.227.192.226  Public Scan

Submitted URL: http://www.blanksusa.com/
Effective URL: https://blanksusa.com/
Submission: On November 07 via api from RU — Scanned from US

Form analysis 5 forms found in the DOM

<form class="bu-quicksearch__form" data-quicksearch-form="">
  <input id="bu_searchquery" class="form-input bu-quicksearch__input" data-search-quick="" placeholder="Search..." autocomplete="off">
  <label for="bu_searchquery" class="bu-quicksearch__icon" data-quicksearch-label="">
    <svg class="icon-search" width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg">
      <title>search_icon</title>
      <path d="M16.46 14.8l-3.1-3.1c.87-1.18 1.4-2.63 1.4-4.2 0-3.87-3.14-7-7-7-3.88 0-7 3.13-7 7s3.12 7 7 7c1.56 0 3-.52 4.18-1.4l3.1 3.1c.4.4 1.03.4 1.42 0 .4-.38.4-1.02 0-1.4zm-8.7-2.3c-2.77 0-5-2.24-5-5s2.23-5 5-5c2.75 0 5 2.24 5 5s-2.25 5-5 5z">
      </path>
    </svg>
  </label>
  <a href="#" class="bu-quicksearch__icon bu-quicksearch__icon--clear" data-quicksearch-clear="">
            <svg class="icon-close" width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><title>close</title><path d="M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73"></path></svg>
        </a>
</form>

/search.php

<form class="search-form" action="/search.php" data-validated-form="" novalidate="true">
  <div class="form-field">
    <input class="search-input form-input form-input-short" name="search_query" placeholder="Type in a keyword" aria-label="Search" required="">
  </div>
  <button class="button-search-submit" type="submit">
    <svg class="icon-search" width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg">
      <title>search_icon</title>
      <path d="M16.46 14.8l-3.1-3.1c.87-1.18 1.4-2.63 1.4-4.2 0-3.87-3.14-7-7-7-3.88 0-7 3.13-7 7s3.12 7 7 7c1.56 0 3-.52 4.18-1.4l3.1 3.1c.4.4 1.03.4 1.42 0 .4-.38.4-1.02 0-1.4zm-8.7-2.3c-2.77 0-5-2.24-5-5s2.23-5 5-5c2.75 0 5 2.24 5 5s-2.25 5-5 5z">
      </path>
    </svg>
  </button>
</form>

/search.php

<form class="search-form" action="/search.php" data-validated-form="" novalidate="true">
  <div class="form-field">
    <input class="search-input form-input form-input-short" name="search_query" placeholder="Type in a keyword" aria-label="Search" required="">
  </div>
  <button class="button-search-submit" type="submit">
    <svg class="icon-search" width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg">
      <title>search_icon</title>
      <path d="M16.46 14.8l-3.1-3.1c.87-1.18 1.4-2.63 1.4-4.2 0-3.87-3.14-7-7-7-3.88 0-7 3.13-7 7s3.12 7 7 7c1.56 0 3-.52 4.18-1.4l3.1 3.1c.4.4 1.03.4 1.42 0 .4-.38.4-1.02 0-1.4zm-8.7-2.3c-2.77 0-5-2.24-5-5s2.23-5 5-5c2.75 0 5 2.24 5 5s-2.25 5-5 5z">
      </path>
    </svg>
  </button>
</form>

POST /login.php?action=check_login

<form class="account-login-form form" action="/login.php?action=check_login" method="post" data-validated-form="" novalidate="true">
  <div class="form-field form-field-common form-field-email  form-required" id="login_email">
    <label class="form-label">
      <span class="form-field-title"> Email Address <span class="required-text">*</span>
      </span>
      <span class="form-field-control">
        <input class="form-input" id="input-login_email" name="login_email" type="email" placeholder="" required="" aria-required="true">
      </span>
    </label>
  </div>
  <div class="form-field form-field-common form-field-password  form-required" id="login_pass">
    <label class="form-label">
      <span class="form-field-title"> Password <span class="required-text">*</span>
      </span>
      <span class="form-field-control">
        <input class="form-input" id="password-login_pass" name="login_pass" type="password" placeholder="" required="" aria-required="true">
      </span>
    </label>
  </div>
  <div class="form-actions">
    <input type="submit" class="button button-primary account-login-button" value="Log In">
    <a class="account-forgot-password-link" href="/login.php?action=reset_password">Forgot password?</a>
  </div>
</form>

POST /login.php?action=send_password_email

<form class="form account-forgot-form" action="/login.php?action=send_password_email" method="post" data-validated-form="" novalidate="true">
  <div class="form-field form-field-common form-field-email  form-required" id="email">
    <label class="form-label">
      <span class="form-field-title"> Email Address <span class="required-text">*</span>
      </span>
      <span class="form-field-control">
        <input class="form-input" id="input-email" name="email" type="email" placeholder="" required="" aria-required="true">
      </span>
    </label>
  </div>
  <div class="form-actions">
    <input class="button button-primary" type="submit" value="Reset">
  </div>
</form>

Text Content

Created with Sketch. Created with Sketch. Created with Sketch. Created with
Sketch. Created with Sketch. Created with Sketch. Created with Sketch. Created
with Sketch. Created with Sketch. Created with Sketch. Created with Sketch.
Created with Sketch. Created with Sketch. Created with Sketch. Created with
Sketch. Created with Sketch. Created with Sketch. Created with Sketch. Created
with Sketch. Created with Sketch. Created with Sketch. Created with Sketch.
Created with Sketch. Created with Sketch. Created with Sketch. Created with
Sketch. Created with Sketch. Created with Sketch. Created with Sketch. Created
with Sketch. Created with Sketch. Created with Sketch. Created with Sketch.
Created with Sketch. Created with Sketch. Created with Sketch. Created with
Sketch. Created with Sketch.
1-800-328-7311 (7:30 AM - 5:30 PM CST M-F)

 * Account
 * $0.00
 * 
 * 

 * Home
 * Products dropdown_arrow
    * Shop By
    * SKU / Part ID
    * Paper Finish
    * Sheet Size
    * Perforated Paper
    * Paper Color
    * Scored Paper
    * Clearance
    * Samples
   
    * Best Sellers
    * Door Hangers
    * Wristbands
    * Presentation Folders & Pockets
    * Prescription Rx Paper
    * Security Paper
    * Plastic Paper™
    * Security Checks
    * Integrated Cards
   
    * All Categories
    * All Products
    * Tags
    * Cardboard Easels
    * Print-N-Pop™
    * Digital Polyester
    * Perforated Office Forms
    * Tab Dividers
    * Postcards
    * Table Tents & Talkers
    * Business Cards
    * Name Badges & ID Cards
    * Labels
    * Drink Coasters
    * Raffle & Event Tickets
    * Bottle Hangers
    * Hang Tags & Parking Passes
    * Displays & Signage
    * Luggage Tags
    * Cup Sleeves
    * Megaphones
    * Stock Paper
   
    * Product Lines
    * Kan't Kopy®
    * Plastic Paper™
    * Synthetic Paper & Products
    * Fat Card™

 * Industries dropdown_arrow
    * Events
    * Concert
    * Conference
    * Fundraising
   
    * Food & Beverage
    * Bar
    * Brewery
    * Coffee Shop
    * Restaurant
   
    * Service
    * Cleaning
    * Lawn & Garden

 * Services dropdown_arrow
    * Services
    * Small Business Solutions
    * Exclusively For Printers
    * Design Templates
    * Paper Compatibility Guide
    * Synthetic Paper Compatibility Guide
    * Custom Quotes
    * Rewards Program
    * Catalog Request

 * Company dropdown_arrow
    * Company
    * About Us
    * Contact Us
    * FAQ's
    * Shipping Information
    * Careers
    * Blog

 * Design Studio

search_icon close
View All Results




BLANKS/USA'S SAMPLE KIT

Blanks/USA's Sample Kit

Order Now


BLANKS/USA'S CREATE ACCOUNT

Blanks/USA's Create Account

Create Now
 * 1
 * 2
 * 3




 * DOOR HANGERS


 * SYNTHETIC PAPER


 * WRISTBANDS


 * PRESCRIPTION RX & SECURITY PAPER


 * TAGS


BEST SELLERS

View Product
SKU#: LTS8

NO-CUT TICKETS | NUMBERED | 8.5" X 11" SHEET | 2.125" X 5.5" TICKET | 8
TICKETS/SHEET

View Product
SKU#: KK1-X

KAN'T KOPY® K1 PRESCRIPTION PAPER WITH 9 FEATURES

View Product
SKU#: LDH-2

MICRO-PERFORATED JUMBO DOOR HANGER | 8.5" X 11" | 2 HANGERS/SHEET

View Product
SKU#: LDH-3

MICRO-PERFORATED SMALL DOOR HANGER | 8.5" X 11" | 3 HANGERS/SHEET

View Product
SKU#: PNPFG05C21WH

PRINT-N-POP™ FUTURE FOLDER | 13" X 26" SHEET | ONE PIECE CONSTRUCTION W/ADHESIVE
STRIPS

View Product
SKU#: CT5

5-BANK COPYTABS™ TAB DIVIDERS | 9" X 11" SHEET

View Product
SKU#: FPO-1

LEFT OR RIGHT FOLDER POCKETS

View Product
SKU#: LPC-2

INTEGRATED CARD SHEET | 2 PUNCH OUT CARDS/SHEET | 8.5" X 11" FINISHED SIZE

View Product
SKU#: KK1

KAN'T KOPY® K1 SECURITY PAPER WITH 6-8 FEATURES

View Product
SKU#: FPO-2

FOLDER POCKET SETS (LEFT & RIGHT POCKETS INCLUDED)

View Product
SKU#: BCT / LTBC

NO-CUT BUSINESS CARDS | 3.5" X 2" CARDS | 8.5" X 11" SHEET

View Product
SKU#: WBN

12-UP DIGITAL WRISTBANDS | NO-CUT | 10" X 13" SHEET | 1" BANDS

View Product
SKU#: LTS8

NO-CUT TICKETS | NUMBERED | 8.5" X 11" SHEET | 2.125" X 5.5" TICKET | 8
TICKETS/SHEET

View Product
SKU#: KK1-X

KAN'T KOPY® K1 PRESCRIPTION PAPER WITH 9 FEATURES

View Product
SKU#: LDH-2

MICRO-PERFORATED JUMBO DOOR HANGER | 8.5" X 11" | 2 HANGERS/SHEET

View Product
SKU#: LDH-3

MICRO-PERFORATED SMALL DOOR HANGER | 8.5" X 11" | 3 HANGERS/SHEET

View Product
SKU#: PNPFG05C21WH

PRINT-N-POP™ FUTURE FOLDER | 13" X 26" SHEET | ONE PIECE CONSTRUCTION W/ADHESIVE
STRIPS

View Product
SKU#: CT5

5-BANK COPYTABS™ TAB DIVIDERS | 9" X 11" SHEET

View Product
SKU#: FPO-1

LEFT OR RIGHT FOLDER POCKETS

View Product
SKU#: LPC-2

INTEGRATED CARD SHEET | 2 PUNCH OUT CARDS/SHEET | 8.5" X 11" FINISHED SIZE

View Product
SKU#: KK1

KAN'T KOPY® K1 SECURITY PAPER WITH 6-8 FEATURES

View Product
SKU#: FPO-2

FOLDER POCKET SETS (LEFT & RIGHT POCKETS INCLUDED)

View Product
SKU#: BCT / LTBC

NO-CUT BUSINESS CARDS | 3.5" X 2" CARDS | 8.5" X 11" SHEET

View Product
SKU#: WBN

12-UP DIGITAL WRISTBANDS | NO-CUT | 10" X 13" SHEET | 1" BANDS

View Product
SKU#: LTS8

NO-CUT TICKETS | NUMBERED | 8.5" X 11" SHEET | 2.125" X 5.5" TICKET | 8
TICKETS/SHEET

View Product
SKU#: KK1-X

KAN'T KOPY® K1 PRESCRIPTION PAPER WITH 9 FEATURES

View Product
SKU#: LDH-2

MICRO-PERFORATED JUMBO DOOR HANGER | 8.5" X 11" | 2 HANGERS/SHEET

View Product
SKU#: LDH-3

MICRO-PERFORATED SMALL DOOR HANGER | 8.5" X 11" | 3 HANGERS/SHEET

View Product
SKU#: PNPFG05C21WH

PRINT-N-POP™ FUTURE FOLDER | 13" X 26" SHEET | ONE PIECE CONSTRUCTION W/ADHESIVE
STRIPS

View Product
SKU#: CT5

5-BANK COPYTABS™ TAB DIVIDERS | 9" X 11" SHEET


FEATURED PRODUCT CATEGORIES

With over 4,500 die cut paper and synthetic options, we have the highest quality
products perfect to customize and print on any digital printer.


 * DOOR HANGERS


 * WRISTBANDS


 * PRESENTATION FOLDERS & POCKETS


 * KAN'T KOPY®


 * TAGS


 * CARDBOARD EASELS


 * INTEGRATED CARDS


 * PERFORATED OFFICE FORMS


 * TAB DIVIDERS


 * POSTCARDS


 * TABLE TENTS & TALKERS


 * BUSINESS CARDS


 * NAME BADGES & ID CARDS


 * LABELS

Shop All Products

Feel the quality, test the quality with the Blanks/USA


STARTER KIT

Order a Kit for ONLY $10!
 


CLEARANCE


SALE

Shop Clearance

Select from a variety of Blanks/USA products up to 70% off.


ONLINE DESIGN STUDIO

Custom Design Your Product

Professional Layout & Templates

Download & Print Anywhere

Start Designing


 * FREE TEMPLATES
   
   Download free templates for any of our products.
   
   Learn More


 * REWARDS PROGRAM
   
   Earn points on your purchases.
   
   Learn More


 * SMALL BUSINESS SOLUTIONS
   
   View essential products to promote and maintain your business.
   
   Learn More


 * EXCLUSIVELY FOR PRINTERS
   
   View new products, catalogs and get useful resources.
   
   Learn More


 * MERCHANT CLUB PRICING
   
   Apply to our merchant club for exclusive discounts on our products.
   
   Learn More

1-800-328-7311
(7:30 AM - 5:30 PM CST M-F)

INDUSTRIES

 * Events
 * Concert
 * Conference
 * Fundraising
 * Food & Beverage
 * Bar
 * Brewery
 * Coffee Shop
 * Restaurant
 * Service
 * Cleaning
 * Lawn & Garden

GOODS & SERVICES

 * All Categories
 * All Products
 * Small Business Solutions
 * Exclusively For Printers
 * Design Templates
 * Paper Compatibility Guide
 * Synthetic Paper Compatibility Guide
 * Custom Quotes
 * Rewards Program
 * Catalog Request

COMPANY

 * About Us
 * Contact Us
 * FAQ's
 * Shipping Information
 * Careers
 * Blog
 * Privacy Policy
 * Terms of Service

STAY CONNECTED

 * facebook Facebook
 * twitter Twitter
 * instagram Instagram
 * youtube YouTube

--------------------------------------------------------------------------------

Made in the USA

© 2024 Blanks/USA | 8625 Xylon Court North Brooklyn Park, MN 55445-1840

search_icon
 * Products dropdown_arrow
 * Industries dropdown_arrow
 * Services dropdown_arrow
 * Company dropdown_arrow
 * Design Studio

 * Company
 * Company
 * About Us
 * Contact Us
 * FAQ's
 * Shipping Information
 * Careers
 * Blog

 * Services
 * Services
 * Small Business Solutions
 * Exclusively For Printers
 * Design Templates
 * Paper Compatibility Guide
 * Synthetic Paper Compatibility Guide
 * Custom Quotes
 * Rewards Program
 * Catalog Request

 * Events
 * Concert
 * Conference
 * Fundraising
 * Food & Beverage
 * Bar
 * Brewery
 * Coffee Shop
 * Restaurant
 * Service
 * Cleaning
 * Lawn & Garden

 * Shop By
 * SKU / Part ID
 * Paper Finish
 * Sheet Size
 * Perforated Paper
 * Paper Color
 * Scored Paper
 * Clearance
 * Samples
 * Best Sellers
 * Door Hangers
 * Wristbands
 * Presentation Folders & Pockets
 * Kan't Kopy® Prescription Rx Paper
 * Kan't Kopy® Security Paper
 * Plastic Paper™
 * Security Checks
 * Integrated Cards
 * Products
 * All Products
 * Tags
 * Cardboard Easels
 * Print-N-Pop™
 * Digital Polyester
 * Perforated Office Forms
 * Tab Dividers
 * Postcards
 * Table Tents & Talkers
 * Business Cards
 * Name Badges & ID Cards
 * Labels
 * Drink Coasters
 * Raffle & Event Tickets
 * Bottle Hangers
 * Hang Tags & Parking Passes
 * Displays & Signage
 * Luggage Tags
 * Cup Sleeves
 * Megaphones
 * Stock Paper
 * Product Lines
 * Kan't Kopy®
 * Plastic Paper™
 * Synthetic Paper & Products
 * Fat Card™

Account Shopping cart


YOUR SHOPPING CART

close


YOUR CART IS EMPTY!

close

search_icon
close

ACCOUNT

LOG IN

Email Address *
Password *
Forgot password?

NEW CUSTOMER

Create an account with us and you'll be able to:

 * Check out faster
 * Save multiple shipping addresses
 * Access your order history
 * Track new orders

Create Account

close

FORGOT PASSWORD

FORGOT PASSWORD



Fill in your email below to request a new password. An email will be sent to the
address below containing a link to verify your email address.

Email Address *