What is the HEX code for lightish blue?
The CSS color lightish blue in HEX format is #3d7afd. Use this value directly in CSS, SVG, and most design tools.
How do I use lightish blue in CSS?
To apply lightish blue in CSS:
- Text color: color: #3d7afd;
- Background: background-color: #3d7afd;
- Border: border-color: #3d7afd;
What are all the color format values for lightish blue?
| Format | Value |
|---|---|
| HEX | #3d7afd |
| RGB | rgb(61, 122, 253) |
| HSL | hsl(220.9, 98%, 61.6%) |
| CMYK | cmyk(75.9%, 51.8%, 0%, 0.8%) |
How do I convert lightish blue to HEX?
Select lightish blue from the color name list in our color converter. The HEX value — #3d7afd — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does lightish blue belong to?
lightish blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 220.9°, saturation 98%, lightness 61.6%.
How do I create lighter and darker shades of lightish blue?
Lighter variant (lightness 76.6%): #89aefe. Darker variant (lightness 46.6%): #024deb. 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.