#007feb color space conversions
Hex:
        #007feb
        RGB:
        0, 127, 235
        CMY:
        100, 50, 8
        CMYK:
        100, 46, 0, 8
      HSL:
        208°, 100.0000%, 46.0784%
        HSV (HSB):
        208°, 100.0000%, 92.1569%
        XYZ:
        22.5848, 21.1769, 81.4945
        xyY:
        0.1803, 0.1691, 21.1769
      CIE-Lab:
        53.1426, 11.6631, -62.3762
        CIE-LCH:
        53.1426, 63.4572, 280.5908
        CIE-Luv:
        53.1426, -29.9420, -98.3656
        Hunter-Lab:
        46.0184, 7.0716, -72.7845
      #007feb color charts
#007feb RGB chart
      #007feb CMYK chart
      #007feb RGB pie chart
      #007feb color shades, tints & tones
#007feb color schemes
#007feb color preview, HTML & CSS examples
           This text has a color of #007feb        
        
          <p style="color:#007feb;">Text here</p>
        
        
          .mytext {color:#007feb;}
        
        Text color #007feb
      
           This box has a color of #007feb        
        
          <div style="background-color:#007feb;">Content here</div>
        
        
          .mybackground {background-color:#007feb;}
        
        Background color #007feb
      
           Border around this has a color of #007feb        
        
          <div style="border:2px solid #007feb;">Content here</div>
        
        
          .myborder {border:2px solid #007feb;}
        
        Border color #007feb