#1f50ec color space conversions
Hex:
        #1f50ec
        RGB:
        31, 80, 236
        CMY:
        88, 69, 7
        CMYK:
        87, 66, 0, 7
      HSL:
        226°, 84.3621%, 52.3529%
        HSV (HSB):
        226°, 86.8644%, 92.5490%
        XYZ:
        18.5741, 12.0848, 80.7105
        xyY:
        0.1668, 0.1085, 12.0848
      CIE-Lab:
        41.3505, 42.9519, -82.1232
        CIE-LCH:
        41.3505, 92.6773, 297.6104
        CIE-Luv:
        41.3505, -15.9869, -119.4740
        Hunter-Lab:
        34.7631, 34.5376, -113.3210
      #1f50ec color charts
#1f50ec RGB chart
      #1f50ec CMYK chart
      #1f50ec RGB pie chart
      #1f50ec color shades, tints & tones
#1f50ec color schemes
#1f50ec color preview, HTML & CSS examples
           This text has a color of #1f50ec        
        
          <p style="color:#1f50ec;">Text here</p>
        
        
          .mytext {color:#1f50ec;}
        
        Text color #1f50ec
      
           This box has a color of #1f50ec        
        
          <div style="background-color:#1f50ec;">Content here</div>
        
        
          .mybackground {background-color:#1f50ec;}
        
        Background color #1f50ec
      
           Border around this has a color of #1f50ec        
        
          <div style="border:2px solid #1f50ec;">Content here</div>
        
        
          .myborder {border:2px solid #1f50ec;}
        
        Border color #1f50ec