#0080FF color codes
- HEX
- #0080FF
- HEX8
- #0080FFFF
- HEX8 (Android)
- #FF0080FF
- RGB
- rgb(0, 128, 255)
- RGB (%)
- 0%, 50%, 100%
- HSL
- hsl(210, 100%, 50%)
- HSV / HSB
- hsv(210, 100%, 100%)
- CMYK
- cmyk(100%, 50%, 0%, 0%)
- OKLCH
- oklch(0.6152 0.2108 256.1)
- OKLCH (%)
- oklch(61.52% 0.2108 256.1)
- Decimal
- 33023
What color is #0080FF?
#0080FF sits at 62% lightness and 0.2108 chroma in OKLCH, hue 256.1°. Its nearest named color is DodgerBlue.
Shades and tints of #0080FF
Tints
Shades
Tones
#0080FF color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #0080FF in CSS
.text { color: #0080FF; }
.background { background-color: #0080FF; }
.border { border: 2px solid #0080FF; }
/* Modern, perceptually uniform */
.text { color: oklch(0.6152 0.2108 256.1); }
/* #0080FF at 50% transparency */
.overlay { background-color: #0080FF80; }Is #0080FF accessible?
#0080FF on white text scores 3.80:1; on black text it scores 5.53:1. Black text passes WCAG AA for normal text on #0080FF. Recommended text color on a #0080FF background: black.
A 5.53:1 vs black
A 3.8:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Fail
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#0080FF) → black APCA Lc experimental 70.1 Lc · large / secondary text (white text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Blue #0000FF. See more in the blue family on the colors hub.
Frequently asked questions
- What color is #0080FF?
- #0080FF is closest to DodgerBlue. In RGB it is rgb(0, 128, 255), and in HSL hsl(210, 100%, 50%).
- What is #0080FF in RGB?
- #0080FF converts to rgb(0, 128, 255) — red 0, green 128, blue 255.
- What text color is readable on #0080FF?
- Black text — it has the higher contrast ratio (5.53:1) against #0080FF. Black text passes WCAG AA for normal text on #0080FF.