Shades of Cornflower Blue #5284EF
Tints of Cornflower Blue #5284EF
RGB
CMYK
RGB Variations
Color information
#5284EF (or 0x5284EF) is known color: Cornflower Blue. HEX triplet: 52, 84 and EF. RGB value is (82,132,239). Sum of RGB (Red+Green+Blue) = 82+132+239=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #5284EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5284EF is #AD7B10. Grayscale: #808080. Windows color (decimal): -11369233 or 15696978. OLE color: 15696978.
HSL color Cylindrical-coordinate representation of color #5284EF: hue angle of 220.89º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5284EF is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 132 | 239 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.06 |
| HSL | 220.89º | 0.83% | 0.63% | - |
| HSV(B) | 220.89º | 0.66% | 0.94% | - |
| XYZ | 27.31 | 24.53 | 84.96 | - |
| YUV | 129.25 | 189.94 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 132 | 239 | 0.66 | 0.45 | 0 | 0.06 | 220.89 | 0.83 | 0.63 |
| Hex | 52 | 84 | EF | 42 | 2D | 0 | 6 | DD | 53 | 3F |
| Octal | 122 | 204 | 357 | 102 | 55 | 0 | 6 | 335 | 123 | 77 |
| Binary | 1010010 | 10000100 | 11101111 | 1000010 | 101101 | 0 | 110 | 11011101 | 1010011 | 111111 |
Color Harmonies of #5284EF
Complementary color
Monochromatic Colors of #5284EF
Black with #5284EF
Text Example
Text Example
White with #5284EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5284EF; }
p { color: rgb(82,132,239); }
H1.HeaderClassName
{
color: #5284EF;
}
.AnyTagClassName
{
color: #5284EF;
}
</style>
background-color css
<style>
a { background-color: #5284EF; }
a { background-color: rgb(82,132,239); }
div.DivClassName
{
background-color: #5284EF;
}
.BgClassName
{
background-color: #5284EF;
}
</style>
border-color css
<style>
span { border-color: #5284EF; }
span { border-color: rgb(82,132,239); }
td.TdClassName
{
border-color: #5284EF;
}
.TagClassName
{
border-color: #5284EF;
}
</style>