#085caf color space conversions
Hex:
        #085caf
        RGB:
        8, 92, 175
        CMY:
        97, 64, 31
        CMYK:
        95, 47, 0, 31
      HSL:
        210°, 91.2568%, 35.8824%
        HSV (HSB):
        210°, 95.4286%, 68.6275%
        XYZ:
        11.6651, 10.8011, 42.0274
        xyY:
        0.1809, 0.1675, 10.8011
      CIE-Lab:
        39.2434, 10.3597, -50.3728
        CIE-LCH:
        39.2434, 51.4270, 281.6214
        CIE-Luv:
        39.2434, -21.5196, -73.4884
        Hunter-Lab:
        32.8650, 5.8434, -52.8141
      #085caf color charts
#085caf RGB chart
      #085caf CMYK chart
      #085caf RGB pie chart
      #085caf color shades, tints & tones
#085caf color schemes
#085caf color preview, HTML & CSS examples
           This text has a color of #085caf        
        
          <p style="color:#085caf;">Text here</p>
        
        
          .mytext {color:#085caf;}
        
        Text color #085caf
      
           This box has a color of #085caf        
        
          <div style="background-color:#085caf;">Content here</div>
        
        
          .mybackground {background-color:#085caf;}
        
        Background color #085caf
      
           Border around this has a color of #085caf        
        
          <div style="border:2px solid #085caf;">Content here</div>
        
        
          .myborder {border:2px solid #085caf;}
        
        Border color #085caf