Warm blue to RGB — Color Code

RGB

rgb(75, 87, 219)

Format Value
HEX #4b57db
RGB rgb(75, 87, 219)
HSL hsl(235, 66.7%, 57.6%)
CMYK cmyk(65.8%, 60.3%, 0%, 14.1%)

What is the RGB code for warm blue?

The CSS color warm blue in RGB format is rgb(75, 87, 219). Use this value directly in CSS, SVG, and most design tools.

How do I use warm blue in CSS?

To apply warm blue in CSS:

  • Text color: color: rgb(75, 87, 219);
  • Background: background-color: rgb(75, 87, 219);
  • Border: border-color: rgb(75, 87, 219);

What are all the color format values for warm blue?

FormatValue
HEX#4b57db
RGBrgb(75, 87, 219)
HSLhsl(235, 66.7%, 57.6%)
CMYKcmyk(65.8%, 60.3%, 0%, 14.1%)

How do I convert warm blue to RGB?

Select warm blue from the color name list in our color converter. The RGB value — rgb(75, 87, 219) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does warm blue belong to?

warm blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 235°, saturation 66.7%, lightness 57.6%.

How do I create lighter and darker shades of warm blue?

Lighter variant (lightness 72.6%): #8b92e8. Darker variant (lightness 42.6%): #2430b5. 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.