#003CFF Color Information

Hex color code: #003CFF

A vivid blue shade, #003CFF appears as (0, 60, 255) in RGB and (226°, 100%, 50%) in HSL. It is commonly used in modern UI design.

Try:
Color NameBlue
HEX
#003CFF
RGB
0, 60, 255
HSL
226°, 100%, 50%
CMYK
100%, 76%, 0%, 0%

Shades

CSS Usage
color: #003CFF;
background-color: #003CFF;
border-color: #003CFF;
box-shadow: 0 0 10px #003CFF;
border: 2px solid #003CFF;
Tailwind Usage
bg-[#003CFF]
text-[#003CFF]
border-[#003CFF]
shadow-[0_0_10px_003CFF]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #003CFF, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #003CFF; color: #FFFFFF; }

Badge

New Feature
.badge { background-color: #003CFF; color: #FFFFFF; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #003CFF; background-color: #003CFF15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #003CFF20; border-left: 4px solid #003CFF; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #003CFF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #003CFF in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

0, 60, 255

Red: 0 / Green: 60 / Blue: 255

HSL

226°, 100%, 50%

Hue: 226° / Saturation: 100% / Lightness: 50%

CMYK

100%, 76%, 0%, 0%

Cyan: 100% / Magenta: 76% / Yellow: 0% / Key: 0%

What color is #003CFF?

#003CFF is a highly saturated hue associated with energy and excitement.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #003CFF to RGB:

rgb(0, 60, 255)HEX to RGB Converter →

HEX to HSL

Convert #003CFF to HSL:

hsl(226, 100%, 50%)RGB to HSL Converter →

HEX to CMYK

Convert #003CFF to CMYK:

cmyk(100%, 76%, 0%, 0%)Color Converter →

Color Meaning and Usage

#003CFF is a dynamic blue color with RGB values of 0, 60, 255 and HSL of 226°, 100%, 50%. This highly saturated hue evokes energy and excitement, making it suitable for often used for branding and logos. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #003CFF is #FFC400, creating high-contrast pairings. For softer combinations, try analogous colors like #00BBFF.

Use #003CFF in CSS: color: #003CFF or background-color: #003CFF. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #003CFF

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 3.09:1
WCAG AA: Fail
WCAG AAA: Fail

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #003CFF?

#003CFF is a dynamic blue color - a highly saturated hue that evokes energy and excitement.

What is the RGB value of #003CFF?

#003CFF in RGB is (0, 60, 255) - 0 red, 60 green, and 255 blue.

How to use #003CFF in CSS?

Use #003CFF directly in your CSS properties like color or background-color.

What colors go well with #003CFF?

#FFC400 (complementary), #00BBFF (analogous), and #002AB3 (lighter shade) work well with #003CFF.