Mediumblue Color — HEX, RGB, HSL & CMYK Codes

#0000cd
Format Value
HEX #0000cd
RGB rgb(0, 0, 205)
HSL hsl(240, 100%, 40.2%)
CMYK cmyk(100%, 100%, 0%, 19.6%)
HSV hsv(240, 100%, 80.4%)

mediumblue color harmonies

Tints & shades of mediumblue

Tints (lighter)

#1717d2 #2e2ed6 #4646db #5d5ddf #7474e4 #8b8be8 #a2a2ed #b9b9f1 #d1d1f6 #e8e8fa

Shades (darker)

#0000ba #0000a8 #000095 #000082 #000070 #00005d #00004b #000038 #000025 #000013

Contrast & accessibility

The quick brown fox

On white · 11.16:1 · AAA

The quick brown fox

On black · 1.88:1 · Fail

Recommended text color: #ffffff

Use mediumblue in code

CSS color: #0000cd;
SCSS $color: #0000cd;
Tailwind bg-[#0000cd]
Swift UIColor(red: 0.000, green: 0.000, blue: 0.804, alpha: 1)
Android Color.parseColor("#0000cd")
Flutter Color(0xFF0000CD)

Colors similar to mediumblue

Browse all Blue colors →

What is the HEX code for mediumblue?

The CSS color mediumblue in HEX format is #0000cd. Use this value directly in CSS, SVG, and most design tools.

How do I use mediumblue in CSS?

To apply mediumblue in CSS:

  • Text color: color: #0000cd;
  • Background: background-color: #0000cd;
  • Border: border-color: #0000cd;

What are all the color format values for mediumblue?

FormatValue
HEX#0000cd
RGBrgb(0, 0, 205)
HSLhsl(240, 100%, 40.2%)
CMYKcmyk(100%, 100%, 0%, 19.6%)

How do I convert mediumblue to HEX?

Select mediumblue from the color name list in our color converter. The HEX value — #0000cd — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does mediumblue belong to?

mediumblue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 240°, saturation 100%, lightness 40.2%.

How do I create lighter and darker shades of mediumblue?

Lighter variant (lightness 55.2%): #1b1bff. Darker variant (lightness 25.200000000000003%): #000081. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.