#1563ed color space conversions
Hex:
        #1563ed
        RGB:
        21, 99, 237
        CMY:
        92, 61, 7
        CMYK:
        91, 58, 0, 7
      HSL:
        218°, 85.7143%, 50.5882%
        HSV (HSB):
        218°, 91.1392%, 92.9412%
        XYZ:
        20.0572, 15.1975, 81.9971
        xyY:
        0.1711, 0.1296, 15.1975
      CIE-Lab:
        45.9036, 30.8525, -75.2298
        CIE-LCH:
        45.9036, 81.3105, 292.2990
        CIE-Luv:
        45.9036, -21.1471, -114.2558
        Hunter-Lab:
        38.9840, 23.6157, -97.4188
      #1563ed color charts
#1563ed RGB chart
      #1563ed CMYK chart
      #1563ed RGB pie chart
      #1563ed color shades, tints & tones
#1563ed color schemes
#1563ed color preview, HTML & CSS examples
           This text has a color of #1563ed        
        
          <p style="color:#1563ed;">Text here</p>
        
        
          .mytext {color:#1563ed;}
        
        Text color #1563ed
      
           This box has a color of #1563ed        
        
          <div style="background-color:#1563ed;">Content here</div>
        
        
          .mybackground {background-color:#1563ed;}
        
        Background color #1563ed
      
           Border around this has a color of #1563ed        
        
          <div style="border:2px solid #1563ed;">Content here</div>
        
        
          .myborder {border:2px solid #1563ed;}
        
        Border color #1563ed