Shades of Cornflower Blue #5284DF
Tints of Cornflower Blue #5284DF
RGB
CMYK
RGB Variations
Color information
#5284DF (or 0x5284DF) is known color: Cornflower Blue. HEX triplet: 52, 84 and DF. RGB value is (82,132,223). Sum of RGB (Red+Green+Blue) = 82+132+223=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #5284DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5284DF is #AD7B20. Grayscale: #7F7F7F. Windows color (decimal): -11369249 or 14648402. OLE color: 14648402.
HSL color Cylindrical-coordinate representation of color #5284DF: hue angle of 218.72º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5284DF is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 132 | 223 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.13 |
| HSL | 218.72º | 0.69% | 0.6% | - |
| HSV(B) | 218.72º | 0.63% | 0.87% | - |
| XYZ | 25.05 | 23.62 | 73.05 | - |
| YUV | 127.42 | 181.94 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 132 | 223 | 0.63 | 0.41 | 0 | 0.13 | 218.72 | 0.69 | 0.6 |
| Hex | 52 | 84 | DF | 3F | 29 | 0 | D | DB | 45 | 3C |
| Octal | 122 | 204 | 337 | 77 | 51 | 0 | 15 | 333 | 105 | 74 |
| Binary | 1010010 | 10000100 | 11011111 | 111111 | 101001 | 0 | 1101 | 11011011 | 1000101 | 111100 |
Color Harmonies of #5284DF
Complementary color
Monochromatic Colors of #5284DF
Black with #5284DF
Text Example
Text Example
White with #5284DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5284DF; }
p { color: rgb(82,132,223); }
H1.HeaderClassName
{
color: #5284DF;
}
.AnyTagClassName
{
color: #5284DF;
}
</style>
background-color css
<style>
a { background-color: #5284DF; }
a { background-color: rgb(82,132,223); }
div.DivClassName
{
background-color: #5284DF;
}
.BgClassName
{
background-color: #5284DF;
}
</style>
border-color css
<style>
span { border-color: #5284DF; }
span { border-color: rgb(82,132,223); }
td.TdClassName
{
border-color: #5284DF;
}
.TagClassName
{
border-color: #5284DF;
}
</style>