#2196dc color space conversions
Hex:
        #2196dc
        RGB:
        33, 150, 220
        CMY:
        87, 41, 14
        CMYK:
        85, 32, 0, 14
      HSL:
        202°, 73.9130%, 49.6078%
        HSV (HSB):
        202°, 85.0000%, 86.2745%
        XYZ:
        24.4518, 27.3033, 71.6915
        xyY:
        0.1981, 0.2212, 27.3033
      CIE-Lab:
        59.2540, -6.3706, -44.2449
        CIE-LCH:
        59.2540, 44.7012, 261.8066
        CIE-Luv:
        59.2540, -36.3220, -69.1363
        Hunter-Lab:
        52.2526, -7.9122, -44.7701
      #2196dc color charts
#2196dc RGB chart
      #2196dc CMYK chart
      #2196dc RGB pie chart
      #2196dc color shades, tints & tones
#2196dc color schemes
#2196dc color preview, HTML & CSS examples
           This text has a color of #2196dc        
        
          <p style="color:#2196dc;">Text here</p>
        
        
          .mytext {color:#2196dc;}
        
        Text color #2196dc
      
           This box has a color of #2196dc        
        
          <div style="background-color:#2196dc;">Content here</div>
        
        
          .mybackground {background-color:#2196dc;}
        
        Background color #2196dc
      
           Border around this has a color of #2196dc        
        
          <div style="border:2px solid #2196dc;">Content here</div>
        
        
          .myborder {border:2px solid #2196dc;}
        
        Border color #2196dc