Cool blue to RGB — Color Code

RGB

rgb(73, 132, 184)

Format Value
HEX #4984b8
RGB rgb(73, 132, 184)
HSL hsl(208.1, 43.9%, 50.4%)
CMYK cmyk(60.3%, 28.3%, 0%, 27.8%)

What is the RGB code for cool blue?

The CSS color cool blue in RGB format is rgb(73, 132, 184). Use this value directly in CSS, SVG, and most design tools.

How do I use cool blue in CSS?

To apply cool blue in CSS:

  • Text color: color: rgb(73, 132, 184);
  • Background: background-color: rgb(73, 132, 184);
  • Border: border-color: rgb(73, 132, 184);

What are all the color format values for cool blue?

FormatValue
HEX#4984b8
RGBrgb(73, 132, 184)
HSLhsl(208.1, 43.9%, 50.4%)
CMYKcmyk(60.3%, 28.3%, 0%, 27.8%)

How do I convert cool blue to RGB?

Select cool blue from the color name list in our color converter. The RGB value — rgb(73, 132, 184) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does cool blue belong to?

cool blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 208.1°, saturation 43.9%, lightness 50.4%.

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

Lighter variant (lightness 65.4%): #80a9ce. Darker variant (lightness 35.4%): #335d82. 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.