#3b82ed color space conversions
Hex:
        #3b82ed
        RGB:
        59, 130, 237
        CMY:
        77, 49, 7
        CMYK:
        75, 45, 0, 7
      HSL:
        216°, 83.1776%, 58.0392%
        HSV (HSB):
        216°, 75.1055%, 92.9412%
        XYZ:
        25.0723, 23.0095, 83.2406
        xyY:
        0.1909, 0.1752, 23.0095
      CIE-Lab:
        55.0821, 14.2794, -60.3199
        CIE-LCH:
        55.0821, 61.9870, 283.3183
        CIE-Luv:
        55.0821, -25.8259, -96.1631
        Hunter-Lab:
        47.9682, 9.3551, -69.3099
      #3b82ed color charts
#3b82ed RGB chart
      #3b82ed CMYK chart
      #3b82ed RGB pie chart
      #3b82ed color shades, tints & tones
#3b82ed color schemes
#3b82ed color preview, HTML & CSS examples
           This text has a color of #3b82ed        
        
          <p style="color:#3b82ed;">Text here</p>
        
        
          .mytext {color:#3b82ed;}
        
        Text color #3b82ed
      
           This box has a color of #3b82ed        
        
          <div style="background-color:#3b82ed;">Content here</div>
        
        
          .mybackground {background-color:#3b82ed;}
        
        Background color #3b82ed
      
           Border around this has a color of #3b82ed        
        
          <div style="border:2px solid #3b82ed;">Content here</div>
        
        
          .myborder {border:2px solid #3b82ed;}
        
        Border color #3b82ed