Returns the blue component of the color's RGB value.

public int Blue{ get; }
Public ReadOnly Property Blue() As Integer
int blue = clr.Blue;
Dim blue As Integer = clr.Blue