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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#0247FE
Base
#FEB902
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#0247FE
Base
#02C5FE
#3B02FE
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#0247FE
Base
#FE0247
#47FE02
Two colors flanking the complement — high contrast with less tension than full complementary.
#0247FE
Base
#FE3B02
#C5FE02
Four colors at 90° intervals — rich variety, best when one color dominates.
#0247FE
Base
#FE02C5
#FEB902
#02FE3B
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#0247FE
Base
#001C67
#0131B3
#013BD6
#2B65FE
#4E7EFE
#9AB6FF
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
#0247FE
Base
#3068FE
#5D89FE
#8BAAFF
#B8CBFF
#E6EDFF
Ready-to-use code snippets for #0247FE. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #0247FE;
}
/* Text */
.element {
color: #0247FE;
}
/* Border */
.element {
border: 1px solid #0247FE;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#0247FE,
#FFFEFD
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#0247FE,
#FFFEFD
);
}
// 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);
}
How Blue (RYB) appears to people with different types of color vision deficiency.
#0247FE
How the color appears with full color vision.
#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.
#4343FE
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#007676
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#606060
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.