#1255ec color space conversions
Hex:
        #1255ec
        RGB:
        18, 85, 236
        CMY:
        93, 67, 7
        CMYK:
        92, 64, 0, 7
      HSL:
        222°, 85.8268%, 49.8039%
        HSV (HSB):
        222°, 92.3729%, 92.5490%
        XYZ:
        18.6383, 12.6817, 80.8224
        xyY:
        0.1662, 0.1131, 12.6817
      CIE-Lab:
        42.2797, 39.2807, -80.6047
        CIE-LCH:
        42.2797, 89.6665, 295.9811
        CIE-Luv:
        42.2797, -17.9483, -118.4191
        Hunter-Lab:
        35.6114, 31.1032, -109.6344
      #1255ec color charts
#1255ec RGB chart
      #1255ec CMYK chart
      #1255ec RGB pie chart
      #1255ec color shades, tints & tones
#1255ec color schemes
#1255ec color preview, HTML & CSS examples
           This text has a color of #1255ec        
        
          <p style="color:#1255ec;">Text here</p>
        
        
          .mytext {color:#1255ec;}
        
        Text color #1255ec
      
           This box has a color of #1255ec        
        
          <div style="background-color:#1255ec;">Content here</div>
        
        
          .mybackground {background-color:#1255ec;}
        
        Background color #1255ec
      
           Border around this has a color of #1255ec        
        
          <div style="border:2px solid #1255ec;">Content here</div>
        
        
          .myborder {border:2px solid #1255ec;}
        
        Border color #1255ec