#1234be color space conversions
Hex:
        #1234be
        RGB:
        18, 52, 190
        CMY:
        93, 80, 25
        CMYK:
        91, 73, 0, 25
      HSL:
        228°, 82.6923%, 40.7843%
        HSV (HSB):
        228°, 90.5263%, 74.5098%
        XYZ:
        10.7717, 6.3023, 49.3639
        xyY:
        0.1621, 0.0949, 6.3023
      CIE-Lab:
        30.1626, 42.9878, -74.0524
        CIE-LCH:
        30.1626, 85.6254, 300.1354
        CIE-Luv:
        30.1626, -10.9021, -95.8705
        Hunter-Lab:
        25.1044, 32.6577, -99.0118
      #1234be color charts
#1234be RGB chart
      #1234be CMYK chart
      #1234be RGB pie chart
      #1234be color shades, tints & tones
#1234be color schemes
#1234be color preview, HTML & CSS examples
           This text has a color of #1234be        
        
          <p style="color:#1234be;">Text here</p>
        
        
          .mytext {color:#1234be;}
        
        Text color #1234be
      
           This box has a color of #1234be        
        
          <div style="background-color:#1234be;">Content here</div>
        
        
          .mybackground {background-color:#1234be;}
        
        Background color #1234be
      
           Border around this has a color of #1234be        
        
          <div style="border:2px solid #1234be;">Content here</div>
        
        
          .myborder {border:2px solid #1234be;}
        
        Border color #1234be