#1234bc color space conversions
Hex:
        #1234bc
        RGB:
        18, 52, 188
        CMY:
        93, 80, 26
        CMYK:
        90, 72, 0, 26
      HSL:
        228°, 82.5243%, 40.3922%
        HSV (HSB):
        228°, 90.4255%, 73.7255%
        XYZ:
        10.5545, 6.2154, 48.2204
        xyY:
        0.1624, 0.0956, 6.2154
      CIE-Lab:
        29.9496, 42.2691, -73.2240
        CIE-LCH:
        29.9496, 84.5484, 299.9960
        CIE-Luv:
        29.9496, -10.8672, -94.6817
        Hunter-Lab:
        24.9307, 31.9400, -97.2256
      #1234bc color charts
#1234bc RGB chart
      #1234bc CMYK chart
      #1234bc RGB pie chart
      #1234bc color shades, tints & tones
#1234bc color schemes
#1234bc color preview, HTML & CSS examples
           This text has a color of #1234bc        
        
          <p style="color:#1234bc;">Text here</p>
        
        
          .mytext {color:#1234bc;}
        
        Text color #1234bc
      
           This box has a color of #1234bc        
        
          <div style="background-color:#1234bc;">Content here</div>
        
        
          .mybackground {background-color:#1234bc;}
        
        Background color #1234bc
      
           Border around this has a color of #1234bc        
        
          <div style="border:2px solid #1234bc;">Content here</div>
        
        
          .myborder {border:2px solid #1234bc;}
        
        Border color #1234bc