#250cec color space conversions
Hex:
        #250cec
        RGB:
        37, 12, 236
        CMY:
        85, 95, 7
        CMYK:
        84, 95, 0, 7
      HSL:
        247°, 90.3226%, 48.6275%
        HSV (HSB):
        247°, 94.9153%, 92.5490%
        XYZ:
        16.0347, 6.7124, 79.8074
        xyY:
        0.1564, 0.0655, 6.7124
      CIE-Lab:
        31.1430, 73.0744, -99.0447
        CIE-LCH:
        31.1430, 123.0842, 306.4196
        CIE-Luv:
        31.1430, -7.1848, -120.9350
        Hunter-Lab:
        25.9083, 65.1349, -164.5000
      #250cec color charts
#250cec RGB chart
      #250cec CMYK chart
      #250cec RGB pie chart
      #250cec color shades, tints & tones
#250cec color schemes
#250cec color preview, HTML & CSS examples
           This text has a color of #250cec        
        
          <p style="color:#250cec;">Text here</p>
        
        
          .mytext {color:#250cec;}
        
        Text color #250cec
      
           This box has a color of #250cec        
        
          <div style="background-color:#250cec;">Content here</div>
        
        
          .mybackground {background-color:#250cec;}
        
        Background color #250cec
      
           Border around this has a color of #250cec        
        
          <div style="border:2px solid #250cec;">Content here</div>
        
        
          .myborder {border:2px solid #250cec;}
        
        Border color #250cec