#2025ee color space conversions
Hex:
        #2025ee
        RGB:
        32, 37, 238
        CMY:
        87, 85, 7
        CMYK:
        87, 84, 0, 7
      HSL:
        239°, 85.8333%, 52.9412%
        HSV (HSB):
        239°, 86.5546%, 93.3333%
        XYZ:
        16.6898, 7.8033, 81.5154
        xyY:
        0.1574, 0.0736, 7.8033
      CIE-Lab:
        33.5697, 66.3266, -96.1380
        CIE-LCH:
        33.5697, 116.7978, 304.6022
        CIE-Luv:
        33.5697, -9.3220, -123.3654
        Hunter-Lab:
        27.9343, 57.7629, -153.4608
      #2025ee color charts
#2025ee RGB chart
      #2025ee CMYK chart
      #2025ee RGB pie chart
      #2025ee color shades, tints & tones
#2025ee color schemes
#2025ee color preview, HTML & CSS examples
           This text has a color of #2025ee        
        
          <p style="color:#2025ee;">Text here</p>
        
        
          .mytext {color:#2025ee;}
        
        Text color #2025ee
      
           This box has a color of #2025ee        
        
          <div style="background-color:#2025ee;">Content here</div>
        
        
          .mybackground {background-color:#2025ee;}
        
        Background color #2025ee
      
           Border around this has a color of #2025ee        
        
          <div style="border:2px solid #2025ee;">Content here</div>
        
        
          .myborder {border:2px solid #2025ee;}
        
        Border color #2025ee