#1E88FF (or 0x1E88FF) is unknown color: approx Dodger Blue. HEX triplet: 1E, 88 and FF. RGB value is (30,136,255). Sum of RGB (Red+Green+Blue) = 30+136+255=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E88FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E88FF is #E17700. Grayscale: #757575. Windows color (decimal): -14776065 or 16746526. OLE color: 16746526.
HSL color Cylindrical-coordinate representation of color #1E88FF: hue angle of 211.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E88FF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #1e88ff; } p { color: rgb(30,136,255); } H1.HeaderClassName { color: #1e88ff; } .AnyTagClassName { color: #1e88ff; } </style>
<style> a { background-color: #1e88ff; } a { background-color: rgb(30,136,255); } div.DivClassName { background-color: #1e88ff; } .BgClassName { background-color: #1e88ff; } </style>
<style> span { border-color: #1e88ff; } span { border-color: rgb(30,136,255); } td.TdClassName { border-color: #1e88ff; } .TagClassName { border-color: #1e88ff; } </style>