#007ffb color space conversions
Hex:
        #007ffb
        RGB:
        0, 127, 251
        CMY:
        100, 50, 2
        CMYK:
        100, 49, 0, 2
      HSL:
        210°, 100.0000%, 49.2157%
        HSV (HSB):
        210°, 100.0000%, 98.4314%
        XYZ:
        25.0020, 22.1438, 94.2232
        xyY:
        0.1769, 0.1566, 22.1438
      CIE-Lab:
        54.1792, 17.8709, -69.5895
        CIE-LCH:
        54.1792, 71.8475, 284.4026
        CIE-Luv:
        54.1792, -29.2548, -110.4783
        Hunter-Lab:
        47.0572, 12.4888, -85.7771
      #007ffb color charts
#007ffb RGB chart
      #007ffb CMYK chart
      #007ffb RGB pie chart
      #007ffb color shades, tints & tones
#007ffb color schemes
#007ffb color preview, HTML & CSS examples
           This text has a color of #007ffb        
        
          <p style="color:#007ffb;">Text here</p>
        
        
          .mytext {color:#007ffb;}
        
        Text color #007ffb
      
           This box has a color of #007ffb        
        
          <div style="background-color:#007ffb;">Content here</div>
        
        
          .mybackground {background-color:#007ffb;}
        
        Background color #007ffb
      
           Border around this has a color of #007ffb        
        
          <div style="border:2px solid #007ffb;">Content here</div>
        
        
          .myborder {border:2px solid #007ffb;}
        
        Border color #007ffb