#007fef color space conversions
Hex:
        #007fef
        RGB:
        0, 127, 239
        CMY:
        100, 50, 6
        CMYK:
        100, 47, 0, 6
      HSL:
        208°, 100.0000%, 46.8627%
        HSV (HSB):
        208°, 100.0000%, 93.7255%
        XYZ:
        23.1694, 21.4107, 84.5729
        xyY:
        0.1794, 0.1658, 21.4107
      CIE-Lab:
        53.3961, 13.2195, -64.1973
        CIE-LCH:
        53.3961, 65.5442, 281.6357
        CIE-Luv:
        53.3961, -29.7606, -101.4344
        Hunter-Lab:
        46.2717, 8.4036, -75.9767
      #007fef color charts
#007fef RGB chart
      #007fef CMYK chart
      #007fef RGB pie chart
      #007fef color shades, tints & tones
#007fef color schemes
#007fef color preview, HTML & CSS examples
           This text has a color of #007fef        
        
          <p style="color:#007fef;">Text here</p>
        
        
          .mytext {color:#007fef;}
        
        Text color #007fef
      
           This box has a color of #007fef        
        
          <div style="background-color:#007fef;">Content here</div>
        
        
          .mybackground {background-color:#007fef;}
        
        Background color #007fef
      
           Border around this has a color of #007fef        
        
          <div style="border:2px solid #007fef;">Content here</div>
        
        
          .myborder {border:2px solid #007fef;}
        
        Border color #007fef