RGB
35, 35, 255
HSL
240°, 100%, 57%
CMYK
86, 86, 0, 0
HSV
240°, 86%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #2323FF |
color: #2323FF;
|
| RGB | 35, 35, 255 |
color: rgb(35, 35, 255);
|
| RGB Percentage | 14%, 14%, 100% |
color: rgb(14%, 14%, 100%);
|
| CMYK | 86%, 86%, 0%, 0% | Not supported in CSS |
| HSL | 240°, 100%, 57% |
color: hsl(240, 100%, 57%);
|
| HSV | 240°, 86%, 100% | Not supported in CSS |
| CIE-LAB | 46, 0, -73 |
color: lab(46% 0 -73);
|
| Decimal | 2302975 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.neon-blue {
color: #2323FF;
}
SCSS
$neon-blue: #2323FF;
RGB
rgb(35, 35, 255)
Accessibility & Contrast
White background
7.62:1
7.62
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
2.76:1
2.76
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element