#253ddf color space conversions
Hex:
        #253ddf
        RGB:
        37, 61, 223
        CMY:
        85, 76, 13
        CMYK:
        83, 73, 0, 13
      HSL:
        232°, 74.4000%, 50.9804%
        HSV (HSB):
        232°, 83.4081%, 87.4510%
        XYZ:
        15.7510, 9.0585, 70.7303
        xyY:
        0.1649, 0.0948, 9.0585
      CIE-Lab:
        36.0967, 50.0826, -83.3903
        CIE-LCH:
        36.0967, 97.2739, 300.9882
        CIE-Luv:
        36.0967, -11.5749, -114.6166
        Hunter-Lab:
        30.0974, 40.7447, -118.2663
      #253ddf color charts
#253ddf RGB chart
      #253ddf CMYK chart
      #253ddf RGB pie chart
      #253ddf color shades, tints & tones
#253ddf color schemes
#253ddf color preview, HTML & CSS examples
           This text has a color of #253ddf        
        
          <p style="color:#253ddf;">Text here</p>
        
        
          .mytext {color:#253ddf;}
        
        Text color #253ddf
      
           This box has a color of #253ddf        
        
          <div style="background-color:#253ddf;">Content here</div>
        
        
          .mybackground {background-color:#253ddf;}
        
        Background color #253ddf
      
           Border around this has a color of #253ddf        
        
          <div style="border:2px solid #253ddf;">Content here</div>
        
        
          .myborder {border:2px solid #253ddf;}
        
        Border color #253ddf