#141acc color space conversions
Hex:
        #141acc
        RGB:
        20, 26, 204
        CMY:
        92, 90, 20
        CMYK:
        90, 87, 0, 20
      HSL:
        238°, 82.1429%, 43.9216%
        HSV (HSB):
        238°, 90.1961%, 80.0000%
        XYZ:
        11.5570, 5.2471, 57.5304
        xyY:
        0.1555, 0.0706, 5.2471
      CIE-Lab:
        27.4276, 60.5193, -86.8121
        CIE-LCH:
        27.4276, 105.8250, 304.8815
        CIE-Luv:
        27.4276, -7.8342, -102.9304
        Hunter-Lab:
        22.9066, 49.9710, -132.8732
      #141acc color charts
#141acc RGB chart
      #141acc CMYK chart
      #141acc RGB pie chart
      #141acc color shades, tints & tones
#141acc color schemes
#141acc color preview, HTML & CSS examples
           This text has a color of #141acc        
        
          <p style="color:#141acc;">Text here</p>
        
        
          .mytext {color:#141acc;}
        
        Text color #141acc
      
           This box has a color of #141acc        
        
          <div style="background-color:#141acc;">Content here</div>
        
        
          .mybackground {background-color:#141acc;}
        
        Background color #141acc
      
           Border around this has a color of #141acc        
        
          <div style="border:2px solid #141acc;">Content here</div>
        
        
          .myborder {border:2px solid #141acc;}
        
        Border color #141acc