#024fed color space conversions
Hex:
        #024fed
        RGB:
        2, 79, 237
        CMY:
        99, 69, 7
        CMYK:
        99, 67, 0, 7
      HSL:
        220°, 98.3264%, 46.8627%
        HSV (HSB):
        220°, 99.1561%, 92.9412%
        XYZ:
        18.1071, 11.7193, 81.4285
        xyY:
        0.1628, 0.1053, 11.7193
      CIE-Lab:
        40.7665, 43.0171, -83.6653
        CIE-LCH:
        40.7665, 94.0763, 297.2103
        CIE-Luv:
        40.7665, -17.2487, -120.6351
        Hunter-Lab:
        34.2335, 34.5053, -117.0651
      #024fed color charts
#024fed RGB chart
      #024fed CMYK chart
      #024fed RGB pie chart
      #024fed color shades, tints & tones
#024fed color schemes
#024fed color preview, HTML & CSS examples
           This text has a color of #024fed        
        
          <p style="color:#024fed;">Text here</p>
        
        
          .mytext {color:#024fed;}
        
        Text color #024fed
      
           This box has a color of #024fed        
        
          <div style="background-color:#024fed;">Content here</div>
        
        
          .mybackground {background-color:#024fed;}
        
        Background color #024fed
      
           Border around this has a color of #024fed        
        
          <div style="border:2px solid #024fed;">Content here</div>
        
        
          .myborder {border:2px solid #024fed;}
        
        Border color #024fed