#2f02cc color space conversions
Hex:
        #2f02cc
        RGB:
        47, 2, 204
        CMY:
        82, 99, 20
        CMYK:
        77, 99, 0, 20
      HSL:
        253°, 98.0583%, 40.3922%
        HSV (HSB):
        253°, 99.0196%, 80.0000%
        XYZ:
        12.0931, 5.0074, 57.4559
        xyY:
        0.1622, 0.0672, 5.0074
      CIE-Lab:
        26.7558, 67.1874, -87.9005
        CIE-LCH:
        26.7558, 110.6375, 307.3928
        CIE-Luv:
        26.7558, -3.9949, -102.5103
        Hunter-Lab:
        22.3772, 57.3049, -136.5695
      #2f02cc color charts
#2f02cc RGB chart
      #2f02cc CMYK chart
      #2f02cc RGB pie chart
      #2f02cc color shades, tints & tones
#2f02cc color schemes
#2f02cc color preview, HTML & CSS examples
           This text has a color of #2f02cc        
        
          <p style="color:#2f02cc;">Text here</p>
        
        
          .mytext {color:#2f02cc;}
        
        Text color #2f02cc
      
           This box has a color of #2f02cc        
        
          <div style="background-color:#2f02cc;">Content here</div>
        
        
          .mybackground {background-color:#2f02cc;}
        
        Background color #2f02cc
      
           Border around this has a color of #2f02cc        
        
          <div style="border:2px solid #2f02cc;">Content here</div>
        
        
          .myborder {border:2px solid #2f02cc;}
        
        Border color #2f02cc