What is the RGB code for lightish blue?
The CSS color lightish blue in RGB format is rgb(61, 122, 253). 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: rgb(61, 122, 253);
- Background: background-color: rgb(61, 122, 253);
- Border: border-color: rgb(61, 122, 253);
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 RGB?
Select lightish blue from the color name list in our color converter. The RGB value — rgb(61, 122, 253) — 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 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.