#1414cd color space conversions
Hex:
        #1414cd
        RGB:
        20, 20, 205
        CMY:
        92, 92, 20
        CMYK:
        90, 90, 0, 20
      HSL:
        240°, 82.2222%, 44.1176%
        HSV (HSB):
        240°, 90.2439%, 80.3922%
        XYZ:
        11.5581, 5.0568, 58.1245
        xyY:
        0.1546, 0.0677, 5.0568
      CIE-Lab:
        26.8960, 62.8185, -88.2833
        CIE-LCH:
        26.8960, 108.3518, 305.4340
        CIE-Luv:
        26.8960, -7.4246, -102.9663
        Hunter-Lab:
        22.4874, 52.3929, -137.5095
      #1414cd color charts
#1414cd RGB chart
      #1414cd CMYK chart
      #1414cd RGB pie chart
      #1414cd color shades, tints & tones
#1414cd color schemes
#1414cd color preview, HTML & CSS examples
           This text has a color of #1414cd        
        
          <p style="color:#1414cd;">Text here</p>
        
        
          .mytext {color:#1414cd;}
        
        Text color #1414cd
      
           This box has a color of #1414cd        
        
          <div style="background-color:#1414cd;">Content here</div>
        
        
          .mybackground {background-color:#1414cd;}
        
        Background color #1414cd
      
           Border around this has a color of #1414cd        
        
          <div style="border:2px solid #1414cd;">Content here</div>
        
        
          .myborder {border:2px solid #1414cd;}
        
        Border color #1414cd