What is the RGB code for blueberry?
The CSS color blueberry in RGB format is rgb(70, 65, 150). Use this value directly in CSS, SVG, and most design tools.
How do I use blueberry in CSS?
To apply blueberry in CSS:
- Text color: color: rgb(70, 65, 150);
- Background: background-color: rgb(70, 65, 150);
- Border: border-color: rgb(70, 65, 150);
What are all the color format values for blueberry?
| Format | Value |
|---|---|
| HEX | #464196 |
| RGB | rgb(70, 65, 150) |
| HSL | hsl(243.5, 39.5%, 42.2%) |
| CMYK | cmyk(53.3%, 56.7%, 0%, 41.2%) |
How do I convert blueberry to RGB?
Select blueberry from the color name list in our color converter. The RGB value — rgb(70, 65, 150) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does blueberry belong to?
blueberry belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 243.5°, saturation 39.5%, lightness 42.2%.
How do I create lighter and darker shades of blueberry?
Lighter variant (lightness 57.2%): #6c67bd. Darker variant (lightness 27.200000000000003%): #2d2a61. 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.