Shades of Cornflower Blue #5280EC
Tints of Cornflower Blue #5280EC
RGB
CMYK
RGB Variations
Color information
#5280EC (or 0x5280EC) is known color: Cornflower Blue. HEX triplet: 52, 80 and EC. RGB value is (82,128,236). Sum of RGB (Red+Green+Blue) = 82+128+236=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #5280EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5280EC is #AD7F13. Grayscale: #7E7E7E. Windows color (decimal): -11370260 or 15499346. OLE color: 15499346.
HSL color Cylindrical-coordinate representation of color #5280EC: hue angle of 222.08º 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 #5280EC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 128 | 236 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.07 |
| HSL | 222.08º | 0.8% | 0.62% | - |
| HSV(B) | 222.08º | 0.65% | 0.93% | - |
| XYZ | 26.34 | 23.29 | 82.46 | - |
| YUV | 126.56 | 189.76 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 236 | 0.65 | 0.46 | 0 | 0.07 | 222.08 | 0.8 | 0.62 |
| Hex | 52 | 80 | EC | 41 | 2E | 0 | 7 | DE | 50 | 3E |
| Octal | 122 | 200 | 354 | 101 | 56 | 0 | 7 | 336 | 120 | 76 |
| Binary | 1010010 | 10000000 | 11101100 | 1000001 | 101110 | 0 | 111 | 11011110 | 1010000 | 111110 |
Color Harmonies of #5280EC
Complementary color
Monochromatic Colors of #5280EC
Black with #5280EC
Text Example
Text Example
White with #5280EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280EC; }
p { color: rgb(82,128,236); }
H1.HeaderClassName
{
color: #5280EC;
}
.AnyTagClassName
{
color: #5280EC;
}
</style>
background-color css
<style>
a { background-color: #5280EC; }
a { background-color: rgb(82,128,236); }
div.DivClassName
{
background-color: #5280EC;
}
.BgClassName
{
background-color: #5280EC;
}
</style>
border-color css
<style>
span { border-color: #5280EC; }
span { border-color: rgb(82,128,236); }
td.TdClassName
{
border-color: #5280EC;
}
.TagClassName
{
border-color: #5280EC;
}
</style>