5-step gradient: Luminous vivid blue (#0000ff) to Strong cyan (#009999).

RGB Gradient: Luminous vivid blue to Strong cyan

Spot colors

 
 
 
 
 
#0000ff #0026e5 #004ccc #0072b2 #009999

Linear gradient

CSS
background-image: linear-gradient(135deg, #0000ff, #009999);
Output

HSV Clockwise Gradient: Luminous vivid blue to Strong cyan

Spot colors

 
 
 
 
 
#0000ff #e500ac #cc6600 #2cb200 #009999

Linear gradient

CSS
background-image: linear-gradient(135deg, #0000ff, #e500ac, #cc6600, #2cb200, #009999);
Output

HSV Counterclockwise Gradient: Luminous vivid blue to Strong cyan

Spot colors

 
 
 
 
 
#0000ff #0039e5 #0066cc #0085b2 #009999

Linear gradient

CSS
background-image: linear-gradient(135deg, #0000ff, #0039e5, #0066cc, #0085b2, #009999);
Output