Shades of Cornflower Blue #5290EC
Tints of Cornflower Blue #5290EC
RGB
CMYK
RGB Variations
Color information
#5290EC (or 0x5290EC) is known color: Cornflower Blue. HEX triplet: 52, 90 and EC. RGB value is (82,144,236). Sum of RGB (Red+Green+Blue) = 82+144+236=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #5290EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5290EC is #AD6F13. Grayscale: #878787. Windows color (decimal): -11366164 or 15503442. OLE color: 15503442.
HSL color Cylindrical-coordinate representation of color #5290EC: hue angle of 215.84º 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 #5290EC is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 144 | 236 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.07 |
| HSL | 215.84º | 0.8% | 0.62% | - |
| HSV(B) | 215.84º | 0.65% | 0.93% | - |
| XYZ | 28.59 | 27.8 | 83.22 | - |
| YUV | 135.95 | 184.46 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 236 | 0.65 | 0.39 | 0 | 0.07 | 215.84 | 0.8 | 0.62 |
| Hex | 52 | 90 | EC | 41 | 27 | 0 | 7 | D8 | 50 | 3E |
| Octal | 122 | 220 | 354 | 101 | 47 | 0 | 7 | 330 | 120 | 76 |
| Binary | 1010010 | 10010000 | 11101100 | 1000001 | 100111 | 0 | 111 | 11011000 | 1010000 | 111110 |
Color Harmonies of #5290EC
Complementary color
Monochromatic Colors of #5290EC
Black with #5290EC
Text Example
Text Example
White with #5290EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290EC; }
p { color: rgb(82,144,236); }
H1.HeaderClassName
{
color: #5290EC;
}
.AnyTagClassName
{
color: #5290EC;
}
</style>
background-color css
<style>
a { background-color: #5290EC; }
a { background-color: rgb(82,144,236); }
div.DivClassName
{
background-color: #5290EC;
}
.BgClassName
{
background-color: #5290EC;
}
</style>
border-color css
<style>
span { border-color: #5290EC; }
span { border-color: rgb(82,144,236); }
td.TdClassName
{
border-color: #5290EC;
}
.TagClassName
{
border-color: #5290EC;
}
</style>