#2a82ed color space conversions
Hex:
        #2a82ed
        RGB:
        42, 130, 237
        CMY:
        84, 49, 7
        CMYK:
        82, 45, 0, 7
      HSL:
        213°, 84.4156%, 54.7059%
        HSV (HSB):
        213°, 82.2785%, 92.9412%
        XYZ:
        24.2235, 22.5719, 83.2009
        xyY:
        0.1863, 0.1736, 22.5719
      CIE-Lab:
        54.6286, 12.5738, -61.0727
        CIE-LCH:
        54.6286, 62.3536, 281.6337
        CIE-Luv:
        54.6286, -28.1376, -97.0207
        Hunter-Lab:
        47.5099, 7.8681, -70.5736
      #2a82ed color charts
#2a82ed RGB chart
      #2a82ed CMYK chart
      #2a82ed RGB pie chart
      #2a82ed color shades, tints & tones
#2a82ed color schemes
#2a82ed color preview, HTML & CSS examples
           This text has a color of #2a82ed        
        
          <p style="color:#2a82ed;">Text here</p>
        
        
          .mytext {color:#2a82ed;}
        
        Text color #2a82ed
      
           This box has a color of #2a82ed        
        
          <div style="background-color:#2a82ed;">Content here</div>
        
        
          .mybackground {background-color:#2a82ed;}
        
        Background color #2a82ed
      
           Border around this has a color of #2a82ed        
        
          <div style="border:2px solid #2a82ed;">Content here</div>
        
        
          .myborder {border:2px solid #2a82ed;}
        
        Border color #2a82ed