#1964cd color space conversions
Hex:
        #1964cd
        RGB:
        25, 100, 205
        CMY:
        90, 61, 20
        CMYK:
        88, 51, 0, 20
      HSL:
        215°, 78.2609%, 45.0980%
        HSV (HSB):
        215°, 87.8049%, 80.3922%
        XYZ:
        15.9775, 13.7288, 59.5654
        xyY:
        0.1790, 0.1538, 13.7288
      CIE-Lab:
        43.8415, 18.0105, -60.3967
        CIE-LCH:
        43.8415, 63.0250, 286.6048
        CIE-Luv:
        43.8415, -21.8322, -91.1363
        Hunter-Lab:
        37.0524, 12.1301, -69.3779
      #1964cd color charts
#1964cd RGB chart
      #1964cd CMYK chart
      #1964cd RGB pie chart
      #1964cd color shades, tints & tones
#1964cd color schemes
#1964cd color preview, HTML & CSS examples
           This text has a color of #1964cd        
        
          <p style="color:#1964cd;">Text here</p>
        
        
          .mytext {color:#1964cd;}
        
        Text color #1964cd
      
           This box has a color of #1964cd        
        
          <div style="background-color:#1964cd;">Content here</div>
        
        
          .mybackground {background-color:#1964cd;}
        
        Background color #1964cd
      
           Border around this has a color of #1964cd        
        
          <div style="border:2px solid #1964cd;">Content here</div>
        
        
          .myborder {border:2px solid #1964cd;}
        
        Border color #1964cd