Shades of Cornflower Blue #5282EC
Tints of Cornflower Blue #5282EC
RGB
CMYK
RGB Variations
Color information
#5282EC (or 0x5282EC) is known color: Cornflower Blue. HEX triplet: 52, 82 and EC. RGB value is (82,130,236). Sum of RGB (Red+Green+Blue) = 82+130+236=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #5282EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5282EC is #AD7D13. Grayscale: #7F7F7F. Windows color (decimal): -11369748 or 15499858. OLE color: 15499858.
HSL color Cylindrical-coordinate representation of color #5282EC: hue angle of 221.3º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5282EC is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 130 | 236 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.07 |
| HSL | 221.3º | 0.8% | 0.62% | - |
| HSV(B) | 221.3º | 0.65% | 0.93% | - |
| XYZ | 26.6 | 23.82 | 82.55 | - |
| YUV | 127.73 | 189.1 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 236 | 0.65 | 0.45 | 0 | 0.07 | 221.3 | 0.8 | 0.62 |
| Hex | 52 | 82 | EC | 41 | 2D | 0 | 7 | DD | 50 | 3E |
| Octal | 122 | 202 | 354 | 101 | 55 | 0 | 7 | 335 | 120 | 76 |
| Binary | 1010010 | 10000010 | 11101100 | 1000001 | 101101 | 0 | 111 | 11011101 | 1010000 | 111110 |
Color Harmonies of #5282EC
Complementary color
Monochromatic Colors of #5282EC
Black with #5282EC
Text Example
Text Example
White with #5282EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5282EC; }
p { color: rgb(82,130,236); }
H1.HeaderClassName
{
color: #5282EC;
}
.AnyTagClassName
{
color: #5282EC;
}
</style>
background-color css
<style>
a { background-color: #5282EC; }
a { background-color: rgb(82,130,236); }
div.DivClassName
{
background-color: #5282EC;
}
.BgClassName
{
background-color: #5282EC;
}
</style>
border-color css
<style>
span { border-color: #5282EC; }
span { border-color: rgb(82,130,236); }
td.TdClassName
{
border-color: #5282EC;
}
.TagClassName
{
border-color: #5282EC;
}
</style>