#1234fe color space conversions
Hex:
        #1234fe
        RGB:
        18, 52, 254
        CMY:
        93, 80, 0
        CMYK:
        93, 80, 0, 0
      HSL:
        231°, 99.1597%, 53.3333%
        HSV (HSB):
        231°, 92.9134%, 99.6078%
        XYZ:
        19.3668, 9.7403, 94.6253
        xyY:
        0.1565, 0.0787, 9.7403
      CIE-Lab:
        37.3723, 64.1700, -98.8376
        CIE-LCH:
        37.3723, 117.8417, 302.9935
        CIE-Luv:
        37.3723, -12.3599, -132.7542
        Hunter-Lab:
        31.2095, 56.1502, -157.9168
      #1234fe color charts
#1234fe RGB chart
      #1234fe CMYK chart
      #1234fe RGB pie chart
      #1234fe color shades, tints & tones
#1234fe color schemes
#1234fe color preview, HTML & CSS examples
           This text has a color of #1234fe        
        
          <p style="color:#1234fe;">Text here</p>
        
        
          .mytext {color:#1234fe;}
        
        Text color #1234fe
      
           This box has a color of #1234fe        
        
          <div style="background-color:#1234fe;">Content here</div>
        
        
          .mybackground {background-color:#1234fe;}
        
        Background color #1234fe
      
           Border around this has a color of #1234fe        
        
          <div style="border:2px solid #1234fe;">Content here</div>
        
        
          .myborder {border:2px solid #1234fe;}
        
        Border color #1234fe