Skip to main content

Royal Blue

#246ADB

Royal Blue is a cool medium color with the hex code #246ADB. This vibrant hue can be represented as RGB 36, 106, 219 in digital design or CMYK 84%, 52%, 0%, 14% for print applications. Find matching Pantone color.

Royal Blue color values

HEX
#246ADB
RGB
36, 106, 219
HSL
217°, 72%, 50%
CMYK
84, 52, 0, 14

About this color

Royal Blue sits at 217° on the color wheel with 72% saturation and 50% lightness, placing it in the blue segment of the spectrum. At 72% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. Its mid-range lightness positions it as a mid-tone: neither a background color nor a deep accent, but something in between.

In digital environments, Royal Blue is rendered as rgb(36, 106, 219), where the blue channel is highest at 219, producing a strongly blue character. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.

For print, Royal Blue translates to a CMYK breakdown of 84C 52M 0Y 14K. The low-to-moderate black value (14%) means the color's character in print comes primarily from its cyan ink content (84%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Royal Blue

CSS Variable

:root {
  --brand-primary: #246ADB;
  --brand-primary-rgb: 36, 106, 219;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#246ADB',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 84%
M: 52%
Y: 0%
K: 14%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(36, 106, 219)
rgba(36, 106, 219, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #246ADB?
#246ADB is Royal Blue, a cool medium color with RGB values of 36, 106, 219. It has a hue of 217°, 72% saturation, and 50% lightness in the HSL color space.
What is the RGB value of #246ADB?
The RGB color code for #246ADB is rgb(36, 106, 219). This means it contains 36 red, 106 green, and 219 blue in the RGB color model.
Is Royal Blue a warm or cool color?
Royal Blue (#246ADB) is a cool color with a hue between 120-300° on the color wheel.
How do I use #246ADB in CSS?
You can use #246ADB in CSS with: background-color: #246ADB; or color: #246ADB; or as an RGB value: rgb(36, 106, 219). For print design, use CMYK: 84%, 52%, 0%, 14%.