#127dfa color space conversions
Hex:
        #127dfa
        RGB:
        18, 125, 250
        CMY:
        93, 51, 2
        CMYK:
        93, 50, 0, 2
      HSL:
        212°, 95.8678%, 52.5490%
        HSV (HSB):
        212°, 92.8000%, 98.0392%
        XYZ:
        24.8384, 21.6980, 93.3215
        xyY:
        0.1776, 0.1551, 21.6980
      CIE-Lab:
        53.7051, 19.2146, -69.7971
        CIE-LCH:
        53.7051, 72.3936, 285.3918
        CIE-Luv:
        53.7051, -28.0689, -110.6588
        Hunter-Lab:
        46.5811, 13.6646, -86.1761
      #127dfa color charts
#127dfa RGB chart
      #127dfa CMYK chart
      #127dfa RGB pie chart
      #127dfa color shades, tints & tones
#127dfa color schemes
#127dfa color preview, HTML & CSS examples
           This text has a color of #127dfa        
        
          <p style="color:#127dfa;">Text here</p>
        
        
          .mytext {color:#127dfa;}
        
        Text color #127dfa
      
           This box has a color of #127dfa        
        
          <div style="background-color:#127dfa;">Content here</div>
        
        
          .mybackground {background-color:#127dfa;}
        
        Background color #127dfa
      
           Border around this has a color of #127dfa        
        
          <div style="border:2px solid #127dfa;">Content here</div>
        
        
          .myborder {border:2px solid #127dfa;}
        
        Border color #127dfa