Blue (RYB) (#0247FE)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 6.30:1 — vs black: 3.34:1

Color values

  • HEX #0247FE
  • RGB rgb(2, 71, 254)
  • HSL hsl(223, 99%, 99%)
  • CMYK cmyk( 99.21, 72.05, 0, 0.39 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #0247FE based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Blue (RYB)
#0247FE Base
#FEB902
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Blue (RYB)
#0247FE Base
#02C5FE
#3B02FE
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Blue (RYB)
#0247FE Base
#FE0247
#47FE02
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Blue (RYB)
#0247FE Base
#FE3B02
#C5FE02
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Blue (RYB)
#0247FE Base
#FE02C5
#FEB902
#02FE3B
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Blue (RYB)
#0247FE Base
#001C67
#0131B3
#013BD6
#2B65FE
#4E7EFE
#9AB6FF
Shades & Tints

Darker shades and lighter tints of Blue (RYB), generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#000719
#001447
#002075
#012DA3
#013AD1
Blue (RYB) #0247FE Base
#3068FE
#5D89FE
#8BAAFF
#B8CBFF
#E6EDFF
CSS & SCSS Snippets

Ready-to-use code snippets for #0247FE. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #0247FE;
}

/* Text */
.element {
    color: #0247FE;
}

/* Border */
.element {
    border: 1px solid #0247FE;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #0247FE,
        #FFFEFD
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #0247FE,
        #FFFEFD
    );
}
SCSS Variable
// SCSS variable
$blue-(ryb): #0247FE;

// With RGB channels (useful for rgba() usage)
$blue-(ryb)-r: 2;
$blue-(ryb)-g: 71;
$blue-(ryb)-b: 254;

// Usage
.element {
    background-color: $blue-(ryb);
    color: rgba($blue-(ryb)-r, $blue-(ryb)-g, $blue-(ryb)-b, 0.8);
}
Color Blindness Simulation

How Blue (RYB) appears to people with different types of color vision deficiency.

Normal Vision #0247FE How the color appears with full color vision.
Deuteranopia #3C3CFE Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #4343FE Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #007676 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #606060 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Blue (RYB) ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Blue (RYB) #0247FE Base
Palatinate Blue #273BE2 ΔE 4.70
Majorelle Blue #6050DC ΔE 6.58
Iris #5A4FCF ΔE 6.91
New Car #214FC6 ΔE 7.16

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.