Web Development Calculators
API Cost Calculator
Calculate billable API requests and total cost after a free tier allowance, plus the effective cost per request, from your price per 1,000 requests.
API Rate Limit Calculator
Calculate what percentage of an API rate limit's daily capacity your expected request volume will consume.
Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 back to text, with byte length and character count shown for each conversion.
Cache TTL Calculator
Calculate a recommended cache TTL (time-to-live) based on how often your content actually updates.
Color Contrast Ratio Calculator
Calculate the WCAG contrast ratio between two colors and check pass or fail status against AA and AAA text thresholds.
CSS Grid Calculator
Calculate exact pixel column width and row height for a CSS Grid container from its dimensions, track count, and gap size.
CSS Specificity Calculator
Calculate CSS selector specificity using the standard (IDs, classes, elements) tuple notation.
DNS Propagation Time Estimator Calculator
Estimate the maximum DNS propagation time for a change based on the previous record's TTL.
Gzip Compression Savings Calculator
Estimate the compressed file size and savings from gzip compression based on content type.
Hex to RGB Converter Calculator
Convert a hexadecimal color code to its equivalent RGB values instantly.
Image Srcset Size Calculator
Calculate the image widths needed for a responsive srcset attribute based on display width and pixel density.
JSON Size Calculator
Calculate the byte size of JSON text in its original, minified, pretty-printed, and gzip-compressed forms.
Markdown Preview Calculator
Analyze Markdown text for word count, estimated reading time, and counts of headings, links, images, and code blocks.
Page Load Time Calculator
Estimate total page load time from page size, connection speed, number of requests, and per-request latency.
Password Strength Entropy Calculator
Calculate password entropy in bits based on password length and character set size, a standard password strength measure.
Responsive Breakpoint Calculator
Find which responsive breakpoint a viewport width falls into on the Bootstrap 5 scale, plus its em unit equivalent.
Unix Timestamp Converter
Convert a Unix timestamp to a UTC date and time, or convert a date and time to its Unix timestamp in seconds.
UUID Generator
Generate RFC 4122 version 4 random or version 1 timestamp-based UUIDs, one at a time or in a batch of up to 50.
Webpage Carbon Footprint Calculator
Estimate a website's monthly CO2 footprint based on page size, traffic volume, and hosting renewable energy percentage.
Website Bandwidth Cost Calculator
Estimate monthly bandwidth cost for a website based on pageviews, average page size, and cost per GB.
Every Extra Second of Load Time Costs Users
Web performance is not a vague best practice — it is measurable, and the relationship between load time and how many visitors actually stick around is well documented across large-scale studies. These ten calculators cover web performance and development math.
How Load Time Relates to Bounce Rate
This is exactly why performance budgets exist as a real engineering constraint, not just a nice-to-have — the Page Load Time Calculator helps estimate where a given asset weight and connection speed will land on that curve before it ships.
Popular Web Development Calculators
- Color Contrast Ratio Calculator — checks whether a text/background color pair meets WCAG accessibility contrast standards.
- Responsive Breakpoint Calculator — suggests common CSS breakpoints for a responsive layout.
- API Cost Calculator — estimates monthly cost from API call volume and provider pricing tiers.
Related: Technology Calculators, SEO Calculators since page speed also affects search ranking.