What is the HEX code for light royal blue?
The CSS color light royal blue in HEX format is #3a2efe. Use this value directly in CSS, SVG, and most design tools.
How do I use light royal blue in CSS?
To apply light royal blue in CSS:
- Text color: color: #3a2efe;
- Background: background-color: #3a2efe;
- Border: border-color: #3a2efe;
What are all the color format values for light royal blue?
| Format | Value |
|---|---|
| HEX | #3a2efe |
| RGB | rgb(58, 46, 254) |
| HSL | hsl(243.5, 99%, 58.8%) |
| CMYK | cmyk(77.2%, 81.9%, 0%, 0.4%) |
How do I convert light royal blue to HEX?
Select light royal blue from the color name list in our color converter. The HEX value — #3a2efe — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light royal blue belong to?
light royal blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 243.5°, saturation 99%, lightness 58.8%.
How do I create lighter and darker shades of light royal blue?
Lighter variant (lightness 73.8%): #827afe. Darker variant (lightness 43.8%): #0e01de. 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.