#125ccd color space conversions
Hex:
        #125ccd
        RGB:
        18, 92, 205
        CMY:
        93, 64, 20
        CMYK:
        91, 55, 0, 20
      HSL:
        216°, 83.8565%, 43.7255%
        HSV (HSB):
        216°, 91.2195%, 80.3922%
        XYZ:
        15.0960, 12.1907, 59.3150
        xyY:
        0.1743, 0.1408, 12.1907
      CIE-Lab:
        41.5176, 22.8563, -64.1739
        CIE-LCH:
        41.5176, 68.1227, 289.6040
        CIE-Luv:
        41.5176, -20.0786, -95.2413
        Hunter-Lab:
        34.9151, 16.0755, -76.2832
      #125ccd color charts
#125ccd RGB chart
      #125ccd CMYK chart
      #125ccd RGB pie chart
      #125ccd color shades, tints & tones
#125ccd color schemes
#125ccd color preview, HTML & CSS examples
           This text has a color of #125ccd        
        
          <p style="color:#125ccd;">Text here</p>
        
        
          .mytext {color:#125ccd;}
        
        Text color #125ccd
      
           This box has a color of #125ccd        
        
          <div style="background-color:#125ccd;">Content here</div>
        
        
          .mybackground {background-color:#125ccd;}
        
        Background color #125ccd
      
           Border around this has a color of #125ccd        
        
          <div style="border:2px solid #125ccd;">Content here</div>
        
        
          .myborder {border:2px solid #125ccd;}
        
        Border color #125ccd