#040ced color space conversions
Hex:
        #040ced
        RGB:
        4, 12, 237
        CMY:
        98, 95, 7
        CMYK:
        98, 95, 0, 7
      HSL:
        238°, 96.6805%, 47.2549%
        HSV (HSB):
        238°, 98.3122%, 92.9412%
        XYZ:
        15.4676, 6.4032, 80.5415
        xyY:
        0.1510, 0.0625, 6.4032
      CIE-Lab:
        30.4077, 72.9473, -100.8637
        CIE-LCH:
        30.4077, 124.4781, 305.8755
        CIE-Luv:
        30.4077, -8.9491, -120.6246
        Hunter-Lab:
        25.3045, 64.8268, -171.0004
      #040ced color charts
#040ced RGB chart
      #040ced CMYK chart
      #040ced RGB pie chart
      #040ced color shades, tints & tones
#040ced color schemes
#040ced color preview, HTML & CSS examples
           This text has a color of #040ced        
        
          <p style="color:#040ced;">Text here</p>
        
        
          .mytext {color:#040ced;}
        
        Text color #040ced
      
           This box has a color of #040ced        
        
          <div style="background-color:#040ced;">Content here</div>
        
        
          .mybackground {background-color:#040ced;}
        
        Background color #040ced
      
           Border around this has a color of #040ced        
        
          <div style="border:2px solid #040ced;">Content here</div>
        
        
          .myborder {border:2px solid #040ced;}
        
        Border color #040ced