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?
| Format | Value |
|---|---|
| HEX | #0000cd |
| RGB | rgb(0, 0, 205) |
| HSL | hsl(240, 100%, 40.2%) |
| CMYK | cmyk(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.