#245dcd color space conversions
Hex:
        #245dcd
        RGB:
        36, 93, 205
        CMY:
        86, 64, 20
        CMYK:
        82, 55, 0, 20
      HSL:
        220°, 70.1245%, 47.2549%
        HSV (HSB):
        220°, 82.4390%, 80.3922%
        XYZ:
        15.6614, 12.6115, 59.3664
        xyY:
        0.1787, 0.1439, 12.6115
      CIE-Lab:
        42.1720, 23.3741, -63.0927
        CIE-LCH:
        42.1720, 67.2833, 290.3282
        CIE-Luv:
        42.1720, -18.7752, -94.2584
        Hunter-Lab:
        35.5127, 16.5724, -74.2558
      #245dcd color charts
#245dcd RGB chart
      #245dcd CMYK chart
      #245dcd RGB pie chart
      #245dcd color shades, tints & tones
#245dcd color schemes
#245dcd color preview, HTML & CSS examples
           This text has a color of #245dcd        
        
          <p style="color:#245dcd;">Text here</p>
        
        
          .mytext {color:#245dcd;}
        
        Text color #245dcd
      
           This box has a color of #245dcd        
        
          <div style="background-color:#245dcd;">Content here</div>
        
        
          .mybackground {background-color:#245dcd;}
        
        Background color #245dcd
      
           Border around this has a color of #245dcd        
        
          <div style="border:2px solid #245dcd;">Content here</div>
        
        
          .myborder {border:2px solid #245dcd;}
        
        Border color #245dcd