#234bdc color space conversions
Hex:
        #234bdc
        RGB:
        35, 75, 220
        CMY:
        86, 71, 14
        CMYK:
        84, 66, 0, 14
      HSL:
        227°, 72.5490%, 50.0000%
        HSV (HSB):
        227°, 84.0909%, 86.2745%
        XYZ:
        16.1275, 10.5568, 68.8978
        xyY:
        0.1687, 0.1104, 10.5568
      CIE-Lab:
        38.8237, 40.4993, -77.1795
        CIE-LCH:
        38.8237, 87.1601, 297.6879
        CIE-Luv:
        38.8237, -14.4342, -110.5697
        Hunter-Lab:
        32.4912, 31.7414, -102.9809
      #234bdc color charts
#234bdc RGB chart
      #234bdc CMYK chart
      #234bdc RGB pie chart
      #234bdc color shades, tints & tones
#234bdc color schemes
#234bdc color preview, HTML & CSS examples
           This text has a color of #234bdc        
        
          <p style="color:#234bdc;">Text here</p>
        
        
          .mytext {color:#234bdc;}
        
        Text color #234bdc
      
           This box has a color of #234bdc        
        
          <div style="background-color:#234bdc;">Content here</div>
        
        
          .mybackground {background-color:#234bdc;}
        
        Background color #234bdc
      
           Border around this has a color of #234bdc        
        
          <div style="border:2px solid #234bdc;">Content here</div>
        
        
          .myborder {border:2px solid #234bdc;}
        
        Border color #234bdc