Shades of Cornflower Blue #5294EC
Tints of Cornflower Blue #5294EC
RGB
CMYK
RGB Variations
Color information
#5294EC (or 0x5294EC) is known color: Cornflower Blue. HEX triplet: 52, 94 and EC. RGB value is (82,148,236). Sum of RGB (Red+Green+Blue) = 82+148+236=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #5294EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5294EC is #AD6B13. Grayscale: #898989. Windows color (decimal): -11365140 or 15504466. OLE color: 15504466.
HSL color Cylindrical-coordinate representation of color #5294EC: hue angle of 214.29º 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 #5294EC is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 148 | 236 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.07 |
| HSL | 214.29º | 0.8% | 0.62% | - |
| HSV(B) | 214.29º | 0.65% | 0.93% | - |
| XYZ | 29.21 | 29.03 | 83.42 | - |
| YUV | 138.3 | 183.13 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 236 | 0.65 | 0.37 | 0 | 0.07 | 214.29 | 0.8 | 0.62 |
| Hex | 52 | 94 | EC | 41 | 25 | 0 | 7 | D6 | 50 | 3E |
| Octal | 122 | 224 | 354 | 101 | 45 | 0 | 7 | 326 | 120 | 76 |
| Binary | 1010010 | 10010100 | 11101100 | 1000001 | 100101 | 0 | 111 | 11010110 | 1010000 | 111110 |
Color Harmonies of #5294EC
Complementary color
Monochromatic Colors of #5294EC
Black with #5294EC
Text Example
Text Example
White with #5294EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5294EC; }
p { color: rgb(82,148,236); }
H1.HeaderClassName
{
color: #5294EC;
}
.AnyTagClassName
{
color: #5294EC;
}
</style>
background-color css
<style>
a { background-color: #5294EC; }
a { background-color: rgb(82,148,236); }
div.DivClassName
{
background-color: #5294EC;
}
.BgClassName
{
background-color: #5294EC;
}
</style>
border-color css
<style>
span { border-color: #5294EC; }
span { border-color: rgb(82,148,236); }
td.TdClassName
{
border-color: #5294EC;
}
.TagClassName
{
border-color: #5294EC;
}
</style>