Bluish to RGB — Color Code

RGB

rgb(41, 118, 187)

Format Value
HEX #2976bb
RGB rgb(41, 118, 187)
HSL hsl(208.4, 64%, 44.7%)
CMYK cmyk(78.1%, 36.9%, 0%, 26.7%)

What is the RGB code for bluish?

The CSS color bluish in RGB format is rgb(41, 118, 187). Use this value directly in CSS, SVG, and most design tools.

How do I use bluish in CSS?

To apply bluish in CSS:

  • Text color: color: rgb(41, 118, 187);
  • Background: background-color: rgb(41, 118, 187);
  • Border: border-color: rgb(41, 118, 187);

What are all the color format values for bluish?

FormatValue
HEX#2976bb
RGBrgb(41, 118, 187)
HSLhsl(208.4, 64%, 44.7%)
CMYKcmyk(78.1%, 36.9%, 0%, 26.7%)

How do I convert bluish to RGB?

Select bluish from the color name list in our color converter. The RGB value — rgb(41, 118, 187) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does bluish belong to?

bluish belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 208.4°, saturation 64%, lightness 44.7%.

How do I create lighter and darker shades of bluish?

Lighter variant (lightness 59.7%): #569cda. Darker variant (lightness 29.700000000000003%): #1b4e7c. 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.