Shades of Cornflower Blue #5285EC
Tints of Cornflower Blue #5285EC
RGB
CMYK
RGB Variations
Color information
#5285EC (or 0x5285EC) is known color: Cornflower Blue. HEX triplet: 52, 85 and EC. RGB value is (82,133,236). Sum of RGB (Red+Green+Blue) = 82+133+236=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #5285EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5285EC is #AD7A13. Grayscale: #818181. Windows color (decimal): -11368980 or 15500626. OLE color: 15500626.
HSL color Cylindrical-coordinate representation of color #5285EC: hue angle of 220.13º 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 #5285EC is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 133 | 236 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.07 |
| HSL | 220.13º | 0.8% | 0.62% | - |
| HSV(B) | 220.13º | 0.65% | 0.93% | - |
| XYZ | 27.01 | 24.63 | 82.69 | - |
| YUV | 129.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 236 | 0.65 | 0.44 | 0 | 0.07 | 220.13 | 0.8 | 0.62 |
| Hex | 52 | 85 | EC | 41 | 2C | 0 | 7 | DC | 50 | 3E |
| Octal | 122 | 205 | 354 | 101 | 54 | 0 | 7 | 334 | 120 | 76 |
| Binary | 1010010 | 10000101 | 11101100 | 1000001 | 101100 | 0 | 111 | 11011100 | 1010000 | 111110 |
Color Harmonies of #5285EC
Complementary color
Monochromatic Colors of #5285EC
Black with #5285EC
Text Example
Text Example
White with #5285EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5285EC; }
p { color: rgb(82,133,236); }
H1.HeaderClassName
{
color: #5285EC;
}
.AnyTagClassName
{
color: #5285EC;
}
</style>
background-color css
<style>
a { background-color: #5285EC; }
a { background-color: rgb(82,133,236); }
div.DivClassName
{
background-color: #5285EC;
}
.BgClassName
{
background-color: #5285EC;
}
</style>
border-color css
<style>
span { border-color: #5285EC; }
span { border-color: rgb(82,133,236); }
td.TdClassName
{
border-color: #5285EC;
}
.TagClassName
{
border-color: #5285EC;
}
</style>