#007dfb color space conversions
Hex:
        #007dfb
        RGB:
        0, 125, 251
        CMY:
        100, 51, 2
        CMYK:
        100, 50, 0, 2
      HSL:
        210°, 100.0000%, 49.2157%
        HSV (HSB):
        210°, 100.0000%, 98.4314%
        XYZ:
        24.7462, 21.6323, 94.1380
        xyY:
        0.1761, 0.1539, 21.6323
      CIE-Lab:
        53.6346, 19.1221, -70.4710
        CIE-LCH:
        53.6346, 73.0192, 285.1815
        CIE-Luv:
        53.6346, -28.6779, -111.6356
        Hunter-Lab:
        46.5105, 13.5787, -87.4465
      #007dfb color charts
#007dfb RGB chart
      #007dfb CMYK chart
      #007dfb RGB pie chart
      #007dfb color shades, tints & tones
#007dfb color schemes
#007dfb color preview, HTML & CSS examples
           This text has a color of #007dfb        
        
          <p style="color:#007dfb;">Text here</p>
        
        
          .mytext {color:#007dfb;}
        
        Text color #007dfb
      
           This box has a color of #007dfb        
        
          <div style="background-color:#007dfb;">Content here</div>
        
        
          .mybackground {background-color:#007dfb;}
        
        Background color #007dfb
      
           Border around this has a color of #007dfb        
        
          <div style="border:2px solid #007dfb;">Content here</div>
        
        
          .myborder {border:2px solid #007dfb;}
        
        Border color #007dfb