Cornflowerblue to RGB — Color Code

RGB

rgb(100, 149, 237)

Format Value
HEX #6495ed
RGB rgb(100, 149, 237)
HSL hsl(218.5, 79.2%, 66.1%)
CMYK cmyk(57.8%, 37.1%, 0%, 7.1%)

What is the RGB code for cornflowerblue?

The CSS color cornflowerblue in RGB format is rgb(100, 149, 237). Use this value directly in CSS, SVG, and most design tools.

How do I use cornflowerblue in CSS?

To apply cornflowerblue in CSS:

  • Text color: color: rgb(100, 149, 237);
  • Background: background-color: rgb(100, 149, 237);
  • Border: border-color: rgb(100, 149, 237);

What are all the color format values for cornflowerblue?

FormatValue
HEX#6495ed
RGBrgb(100, 149, 237)
HSLhsl(218.5, 79.2%, 66.1%)
CMYKcmyk(57.8%, 37.1%, 0%, 7.1%)

How do I convert cornflowerblue to RGB?

Select cornflowerblue from the color name list in our color converter. The RGB value — rgb(100, 149, 237) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does cornflowerblue belong to?

cornflowerblue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 218.5°, saturation 79.2%, lightness 66.1%.

How do I create lighter and darker shades of cornflowerblue?

Lighter variant (lightness 81.1%): #a9c4f5. Darker variant (lightness 51.099999999999994%): #2066e5. 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.