#1337dd color space conversions
Hex:
        #1337dd
        RGB:
        19, 55, 221
        CMY:
        93, 78, 13
        CMYK:
        91, 75, 0, 13
      HSL:
        229°, 84.1667%, 47.0588%
        HSV (HSB):
        229°, 91.4027%, 86.6667%
        XYZ:
        14.6859, 8.0913, 69.1944
        xyY:
        0.1597, 0.0880, 8.0913
      CIE-Lab:
        34.1723, 52.0423, -85.4453
        CIE-LCH:
        34.1723, 100.0465, 301.3444
        CIE-Luv:
        34.1723, -11.9473, -113.9132
        Hunter-Lab:
        28.4452, 42.3783, -124.3143
      #1337dd color charts
#1337dd RGB chart
      #1337dd CMYK chart
      #1337dd RGB pie chart
      #1337dd color shades, tints & tones
#1337dd color schemes
#1337dd color preview, HTML & CSS examples
           This text has a color of #1337dd        
        
          <p style="color:#1337dd;">Text here</p>
        
        
          .mytext {color:#1337dd;}
        
        Text color #1337dd
      
           This box has a color of #1337dd        
        
          <div style="background-color:#1337dd;">Content here</div>
        
        
          .mybackground {background-color:#1337dd;}
        
        Background color #1337dd
      
           Border around this has a color of #1337dd        
        
          <div style="border:2px solid #1337dd;">Content here</div>
        
        
          .myborder {border:2px solid #1337dd;}
        
        Border color #1337dd