Federal Contractor

BLUE TECH INC. Federal Contract Obligations (Last Year)

BLUE TECH INC. (CAGE 0CL10, UEI MDC5LDZKQAM4) recorded 283.30 million in federal obligations across 1,228 award actions in the last full year.

BLUE TECH INC. shows a procurement profile centered on computer-related services and electronic computer manufacturing, with 165.28 million obligated under NAICS 541519 and 111.84 million under NAICS 334111. The company’s largest agency customer was the U.S. Coast Guard at 64.31 million, followed by the Department of the Air Force, USSOCOM, the Department of the Army, and the Department of Veterans Affairs.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year of readable FPDS award data, with a total obligated value of 283,304,952.78 and an average action value of 230,704.35.

CAGE Code
0CL10
UEI
MDC5LDZKQAM4
Total Obligated
283.30 million
283,304,952.78
Award Actions
1,228
Average Action Value
230,704.35

About BLUE TECH INC. federal contract activity

BLUE TECH INC. (CAGE 0CL10, UEI MDC5LDZKQAM4) received 283.30 million in obligated dollars across 1,228 awards during the last full year, for an average award value of 230,704.35. The volume profile indicates a high transaction count with a moderate average obligation, consistent with a broad federal contracting footprint rather than reliance on a small number of large awards.

Agency mix and customer concentration

Obligations were led by the U.S. Coast Guard at 64.31 million, followed by the Department of the Air Force at 35.44 million, USSOCOM at 25.64 million, the Department of the Army at 24.94 million, and the Department of Veterans Affairs at 19.51 million. Award counts were more concentrated in the Air Force and Army, while the Coast Guard accounted for the largest dollar share despite only 14 awards, indicating a smaller number of higher-value actions.

Industry profile based on NAICS activity

The vendor’s award profile is concentrated in NAICS 541519, Other Computer Related Services, which accounted for 165.28 million and 857 awards. NAICS 334111, Electronic Computer Manufacturing, was the second-largest line of business at 111.84 million across 331 awards, while the remaining NAICS categories contributed comparatively small amounts, showing a strong emphasis on IT services and computer hardware-related work.

Annual contract trend over the analysis window

The annual trend for 2025 shows 283.30 million in obligations across 1,228 awards, representing the full analysis window. With only one year in scope, the data support a point-in-time assessment of award concentration and spend distribution rather than a multi-year growth analysis.

How to interpret this page

This summary is based on FPDS-observed obligations associated with BLUE TECH INC. for the last full year, keyed to CAGE 0CL10 and UEI MDC5LDZKQAM4. Agency and NAICS sections rank records by total obligated dollars, and award counts reflect the number of reported awards in the analysis window.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0CL10'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
7008 U.S. COAST GUARD 64,308,784.70 64.31 million 14
5700 DEPT OF THE AIR FORCE 35,440,043.17 35.44 million 196
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 25,636,976.83 25.64 million 25
2100 DEPT OF THE ARMY 24,935,901.92 24.94 million 214
3600 VETERANS AFFAIRS, DEPARTMENT OF 19,514,116.95 19.51 million 56
7013 TRANSPORTATION SECURITY ADMINISTRATION 16,502,572.26 16.50 million 21
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 13,898,417.91 13.90 million 26
1501 OFFICES, BOARDS AND DIVISIONS 9,952,257.61 9.95 million 47
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 8,623,260.02 8.62 million 8
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 6,980,661.31 6.98 million 6

Insight

BLUE TECH INC.’s last full year obligations were concentrated in a small set of agencies, with the U.S. Coast Guard accounting for $64.31 million, the largest share of the vendor’s top-agency obligations, despite only 14 awards. The remaining obligations were spread across defense and civilian buyers, led by the Department of the Air Force ($35.44 million, 196 awards), USSOCOM ($25.64 million, 25 awards), and the Department of the Army ($24.94 million, 214 awards). Overall, the profile indicates a mixed concentration pattern: high-dollar awards in a few agencies alongside a broader award distribution across multiple buyers.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0CL10'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541519 OTHER COMPUTER RELATED SERVICES 165,278,332.60 165.28 million 857
334111 ELECTRONIC COMPUTER MANUFACTURING 111,844,869.18 111.84 million 331
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 2,936,679.28 2.94 million 4
511210 SOFTWARE PUBLISHERS 2,461,503.69 2.46 million 16
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 214,427.37 214.43 thousand 2
513210 SOFTWARE PUBLISHERS 135,177.82 135.18 thousand 5
561311 EMPLOYMENT PLACEMENT AGENCIES 119,275.00 119.28 thousand 1
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 86,583.90 86.58 thousand 1
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 83,376.00 83.38 thousand 1
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 74,822.50 74.82 thousand 4

Insight

BLUE TECH INC.’s last full-year obligations are highly concentrated in two NAICS codes: 541519 accounted for $165.28 million across 857 awards, and 334111 accounted for $111.84 million across 331 awards. Together, these two codes represent the vast majority of the vendor’s $283.30 million in obligations and 1,228 awards, indicating a strong concentration in computer-related services and electronic computer manufacturing. All remaining NAICS codes are comparatively minor, each contributing less than $3.0 million, which suggests a long tail of low-value activity outside the primary business lines.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0CL10'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 283,304,952.78 283.30 million 1,228

Insight

For the last full year, BLUE TECH INC. (CAGE 0CL10) obligated $283.30 million across 1,228 awards, indicating a relatively dispersed award profile with an average award value of $230,704.35. Because only one annual data point is available in this 1-year window, year-over-year trend direction cannot be assessed. The volume of awards suggests obligations were distributed across multiple transactions rather than concentrated in a small number of large awards.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.