#0102fa color space conversions
Hex:
        #0102fa
        RGB:
        1, 2, 250
        CMY:
        100, 99, 2
        CMYK:
        100, 99, 0, 2
      HSL:
        240°, 99.2032%, 49.2157%
        HSV (HSB):
        240°, 99.6000%, 98.0392%
        XYZ:
        17.2895, 6.9520, 90.8731
        xyY:
        0.1502, 0.0604, 6.9520
      CIE-Lab:
        31.6974, 77.7112, -106.0652
        CIE-LCH:
        31.6974, 131.4871, 306.2293
        CIE-Luv:
        31.6974, -9.2284, -127.5799
        Hunter-Lab:
        26.3666, 70.9072, -185.8874
      #0102fa color charts
#0102fa RGB chart
      #0102fa CMYK chart
      #0102fa RGB pie chart
      #0102fa color shades, tints & tones
#0102fa color schemes
#0102fa color preview, HTML & CSS examples
           This text has a color of #0102fa        
        
          <p style="color:#0102fa;">Text here</p>
        
        
          .mytext {color:#0102fa;}
        
        Text color #0102fa
      
           This box has a color of #0102fa        
        
          <div style="background-color:#0102fa;">Content here</div>
        
        
          .mybackground {background-color:#0102fa;}
        
        Background color #0102fa
      
           Border around this has a color of #0102fa        
        
          <div style="border:2px solid #0102fa;">Content here</div>
        
        
          .myborder {border:2px solid #0102fa;}
        
        Border color #0102fa