RGB
0, 0, 205
HSL
240°, 100%, 40%
CMYK
100, 100, 0, 20
HSV
240°, 100%, 80%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #0000CD |
color: #0000CD;
|
| RGB | 0, 0, 205 |
color: rgb(0, 0, 205);
|
| RGB Percentage | 0%, 0%, 80% |
color: rgb(0%, 0%, 80%);
|
| CMYK | 100%, 100%, 0%, 20% | Not supported in CSS |
| HSL | 240°, 100%, 40% |
color: hsl(240, 100%, 40%);
|
| HSV | 240°, 100%, 80% | Not supported in CSS |
| CIE-LAB | 32, 0, -68 |
color: lab(32% 0 -68);
|
| Decimal | 205 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.medium-blue {
color: #0000CD;
}
SCSS
$medium-blue: #0000CD;
RGB
rgb(0, 0, 205)
Accessibility & Contrast
White background
11.16:1
11.16
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
1.88:1
1.88
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element