#230bdd color space conversions
Hex:
        #230bdd
        RGB:
        35, 11, 221
        CMY:
        86, 96, 13
        CMYK:
        84, 95, 0, 13
      HSL:
        247°, 90.5172%, 45.4902%
        HSV (HSB):
        247°, 95.0226%, 86.6667%
        XYZ:
        13.8640, 5.8171, 68.7987
        xyY:
        0.1567, 0.0657, 5.8171
      CIE-Lab:
        28.9463, 69.4661, -94.1272
        CIE-LCH:
        28.9463, 116.9849, 306.4274
        CIE-Luv:
        28.9463, -6.5874, -112.1713
        Hunter-Lab:
        24.1187, 60.3978, -152.2418
      #230bdd color charts
#230bdd RGB chart
      #230bdd CMYK chart
      #230bdd RGB pie chart
      #230bdd color shades, tints & tones
#230bdd color schemes
#230bdd color preview, HTML & CSS examples
           This text has a color of #230bdd        
        
          <p style="color:#230bdd;">Text here</p>
        
        
          .mytext {color:#230bdd;}
        
        Text color #230bdd
      
           This box has a color of #230bdd        
        
          <div style="background-color:#230bdd;">Content here</div>
        
        
          .mybackground {background-color:#230bdd;}
        
        Background color #230bdd
      
           Border around this has a color of #230bdd        
        
          <div style="border:2px solid #230bdd;">Content here</div>
        
        
          .myborder {border:2px solid #230bdd;}
        
        Border color #230bdd