#150ddf color space conversions
Hex:
        #150ddf
        RGB:
        21, 13, 223
        CMY:
        92, 95, 13
        CMYK:
        91, 94, 0, 13
      HSL:
        242°, 88.9831%, 46.2745%
        HSV (HSB):
        242°, 94.1704%, 87.4510%
        XYZ:
        13.7725, 5.7750, 70.2008
        xyY:
        0.1535, 0.0643, 5.7750
      CIE-Lab:
        28.8375, 69.3547, -95.4728
        CIE-LCH:
        28.8375, 118.0048, 305.9959
        CIE-Luv:
        28.8375, -7.7609, -112.9216
        Hunter-Lab:
        24.0312, 60.2451, -156.3782
      #150ddf color charts
#150ddf RGB chart
      #150ddf CMYK chart
      #150ddf RGB pie chart
      #150ddf color shades, tints & tones
#150ddf color schemes
#150ddf color preview, HTML & CSS examples
           This text has a color of #150ddf        
        
          <p style="color:#150ddf;">Text here</p>
        
        
          .mytext {color:#150ddf;}
        
        Text color #150ddf
      
           This box has a color of #150ddf        
        
          <div style="background-color:#150ddf;">Content here</div>
        
        
          .mybackground {background-color:#150ddf;}
        
        Background color #150ddf
      
           Border around this has a color of #150ddf        
        
          <div style="border:2px solid #150ddf;">Content here</div>
        
        
          .myborder {border:2px solid #150ddf;}
        
        Border color #150ddf