What is the RGB code for mediumblue?
The CSS color mediumblue in RGB format is rgb(0, 0, 205). 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: rgb(0, 0, 205);
- Background: background-color: rgb(0, 0, 205);
- Border: border-color: rgb(0, 0, 205);
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 RGB?
Select mediumblue from the color name list in our color converter. The RGB value — rgb(0, 0, 205) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.