#132ced color space conversions
Hex:
        #132ced
        RGB:
        19, 44, 237
        CMY:
        93, 83, 7
        CMYK:
        92, 81, 0, 7
      HSL:
        233°, 85.8268%, 50.1961%
        HSV (HSB):
        233°, 91.9831%, 92.9412%
        XYZ:
        16.4553, 8.0542, 80.8081
        xyY:
        0.1562, 0.0765, 8.0542
      CIE-Lab:
        34.0956, 62.7422, -94.7046
        CIE-LCH:
        34.0956, 113.6026, 303.5247
        CIE-Luv:
        34.0956, -10.8533, -122.9661
        Hunter-Lab:
        28.3800, 53.8330, -148.9541
      #132ced color charts
#132ced RGB chart
      #132ced CMYK chart
      #132ced RGB pie chart
      #132ced color shades, tints & tones
#132ced color schemes
#132ced color preview, HTML & CSS examples
           This text has a color of #132ced        
        
          <p style="color:#132ced;">Text here</p>
        
        
          .mytext {color:#132ced;}
        
        Text color #132ced
      
           This box has a color of #132ced        
        
          <div style="background-color:#132ced;">Content here</div>
        
        
          .mybackground {background-color:#132ced;}
        
        Background color #132ced
      
           Border around this has a color of #132ced        
        
          <div style="border:2px solid #132ced;">Content here</div>
        
        
          .myborder {border:2px solid #132ced;}
        
        Border color #132ced