MediumBlue — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #0000CD | |
| RGB | rgb(0, 0, 205) | |
| HSL | hsl(240, 100%, 40%) |
Shades of MediumBlue
| #0000B8 | #0000A3 | #00008F | #00007A | #000066 | #000052 | #00003D | #000029 |
Tints of MediumBlue
| #0000EB | #0A0AFF | #2929FF | #4747FF | #6666FF | #8585FF | #A3A3FF | #C2C2FF |
Color Pairings & Harmony
|
Complementary
#CCCC00
|
Analogous +30°
#6600CC
|
Analogous −30°
#0066CC
|
Triadic +120°
#CC0000
|
Triadic −120°
#00CC00
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #0000CD;
}
.element-bg {
background-color: #0000CD;
color: #ffffff;
}
.element-border {
border: 2px solid #0000CD;
}
About MediumBlue
MediumBlue is a medium color with vivid, highly saturated, defined by the hex code #0000CD. Its exact color model values are rgb(0, 0, 205) in RGB and hsl(240, 100%, 40%) in HSL (hue 240°, saturation 100%, lightness 40%). On a white background the contrast ratio is 11.16:1 — AAA pass for normal text, and on black it is 1.88:1 — Fail. Use MediumBlue for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →