What is the RGB code for sapphire?
The CSS color sapphire in RGB format is rgb(33, 56, 171). Use this value directly in CSS, SVG, and most design tools.
How do I use sapphire in CSS?
To apply sapphire in CSS:
- Text color: color: rgb(33, 56, 171);
- Background: background-color: rgb(33, 56, 171);
- Border: border-color: rgb(33, 56, 171);
What are all the color format values for sapphire?
| Format | Value |
|---|---|
| HEX | #2138ab |
| RGB | rgb(33, 56, 171) |
| HSL | hsl(230, 67.6%, 40%) |
| CMYK | cmyk(80.7%, 67.3%, 0%, 32.9%) |
How do I convert sapphire to RGB?
Select sapphire from the color name list in our color converter. The RGB value — rgb(33, 56, 171) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does sapphire belong to?
sapphire belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 230°, saturation 67.6%, lightness 40%.
How do I create lighter and darker shades of sapphire?
Lighter variant (lightness 55%): #3f59da. Darker variant (lightness 25%): #15236b. 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.