#012bed color space conversions
Hex:
        #012bed
        RGB:
        1, 43, 237
        CMY:
        100, 83, 7
        CMYK:
        100, 82, 0, 7
      HSL:
        229°, 99.1597%, 46.6667%
        HSV (HSB):
        229°, 99.5781%, 92.9412%
        XYZ:
        16.1625, 7.8486, 80.7838
        xyY:
        0.1542, 0.0749, 7.8486
      CIE-Lab:
        33.6656, 62.9324, -95.4278
        CIE-LCH:
        33.6656, 114.3108, 303.4039
        CIE-Luv:
        33.6656, -11.3834, -122.8019
        Hunter-Lab:
        28.0154, 53.9520, -151.3549
      #012bed color charts
#012bed RGB chart
      #012bed CMYK chart
      #012bed RGB pie chart
      #012bed color shades, tints & tones
#012bed color schemes
#012bed color preview, HTML & CSS examples
           This text has a color of #012bed        
        
          <p style="color:#012bed;">Text here</p>
        
        
          .mytext {color:#012bed;}
        
        Text color #012bed
      
           This box has a color of #012bed        
        
          <div style="background-color:#012bed;">Content here</div>
        
        
          .mybackground {background-color:#012bed;}
        
        Background color #012bed
      
           Border around this has a color of #012bed        
        
          <div style="border:2px solid #012bed;">Content here</div>
        
        
          .myborder {border:2px solid #012bed;}
        
        Border color #012bed