#2980fd color space conversions
Hex:
        #2980fd
        RGB:
        41, 128, 253
        CMY:
        84, 50, 1
        CMYK:
        84, 49, 0, 1
      HSL:
        215°, 98.1481%, 57.6471%
        HSV (HSB):
        215°, 83.7945%, 99.2157%
        XYZ:
        26.3632, 23.0016, 95.9788
        xyY:
        0.1814, 0.1583, 23.0016
      CIE-Lab:
        55.0740, 19.7261, -69.2232
        CIE-LCH:
        55.0740, 71.9789, 285.9056
        CIE-Luv:
        55.0740, -27.1340, -110.5132
        Hunter-Lab:
        47.9600, 14.1901, -85.0807
      #2980fd color charts
#2980fd RGB chart
      #2980fd CMYK chart
      #2980fd RGB pie chart
      #2980fd color shades, tints & tones
#2980fd color schemes
#2980fd color preview, HTML & CSS examples
           This text has a color of #2980fd        
        
          <p style="color:#2980fd;">Text here</p>
        
        
          .mytext {color:#2980fd;}
        
        Text color #2980fd
      
           This box has a color of #2980fd        
        
          <div style="background-color:#2980fd;">Content here</div>
        
        
          .mybackground {background-color:#2980fd;}
        
        Background color #2980fd
      
           Border around this has a color of #2980fd        
        
          <div style="border:2px solid #2980fd;">Content here</div>
        
        
          .myborder {border:2px solid #2980fd;}
        
        Border color #2980fd