#2980ff color space conversions
Hex:
        #2980ff
        RGB:
        41, 128, 255
        CMY:
        84, 50, 0
        CMYK:
        84, 50, 0, 0
      HSL:
        216°, 100.0000%, 58.0392%
        HSV (HSB):
        216°, 83.9216%, 100.0000%
        XYZ:
        26.6836, 23.1298, 97.6659
        xyY:
        0.1809, 0.1568, 23.1298
      CIE-Lab:
        55.2057, 20.4738, -70.1131
        CIE-LCH:
        55.2057, 73.0412, 286.2784
        CIE-Luv:
        55.2057, -27.0769, -112.0048
        Hunter-Lab:
        48.0934, 14.8735, -86.7380
      #2980ff color charts
#2980ff RGB chart
      #2980ff CMYK chart
      #2980ff RGB pie chart
      #2980ff color shades, tints & tones
#2980ff color schemes
#2980ff color preview, HTML & CSS examples
           This text has a color of #2980ff        
        
          <p style="color:#2980ff;">Text here</p>
        
        
          .mytext {color:#2980ff;}
        
        Text color #2980ff
      
           This box has a color of #2980ff        
        
          <div style="background-color:#2980ff;">Content here</div>
        
        
          .mybackground {background-color:#2980ff;}
        
        Background color #2980ff
      
           Border around this has a color of #2980ff        
        
          <div style="border:2px solid #2980ff;">Content here</div>
        
        
          .myborder {border:2px solid #2980ff;}
        
        Border color #2980ff