#428BCD (or 0x428BCD) is unknown color: approx Curious Blue. HEX triplet: 42, 8B and CD. RGB value is (66,139,205). Sum of RGB (Red+Green+Blue) = 66+139+205=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #428BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BCD is #BD7432. Grayscale: #7C7C7C. Windows color (decimal): -12416051 or 13470530. OLE color: 13470530.
HSL color Cylindrical-coordinate representation of color #428BCD: hue angle of 208.49º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #428BCD is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
<style> p { color: #428bcd; } p { color: rgb(66,139,205); } H1.HeaderClassName { color: #428bcd; } .AnyTagClassName { color: #428bcd; } </style>
<style> a { background-color: #428bcd; } a { background-color: rgb(66,139,205); } div.DivClassName { background-color: #428bcd; } .BgClassName { background-color: #428bcd; } </style>
<style> span { border-color: #428bcd; } span { border-color: rgb(66,139,205); } td.TdClassName { border-color: #428bcd; } .TagClassName { border-color: #428bcd; } </style>