Shades of Cornflower Blue #5282DE
Tints of Cornflower Blue #5282DE
RGB
CMYK
RGB Variations
Color information
#5282DE (or 0x5282DE) is known color: Cornflower Blue. HEX triplet: 52, 82 and DE. RGB value is (82,130,222). Sum of RGB (Red+Green+Blue) = 82+130+222=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #5282DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5282DE is #AD7D21. Grayscale: #7D7D7D. Windows color (decimal): -11369762 or 14582354. OLE color: 14582354.
HSL color Cylindrical-coordinate representation of color #5282DE: hue angle of 219.43º degrees, saturation: 0.68, 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 #5282DE is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 130 | 222 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.13 |
| HSL | 219.43º | 0.68% | 0.6% | - |
| HSV(B) | 219.43º | 0.63% | 0.87% | - |
| XYZ | 24.65 | 23.03 | 72.25 | - |
| YUV | 126.14 | 182.1 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 222 | 0.63 | 0.41 | 0 | 0.13 | 219.43 | 0.68 | 0.6 |
| Hex | 52 | 82 | DE | 3F | 29 | 0 | D | DB | 44 | 3C |
| Octal | 122 | 202 | 336 | 77 | 51 | 0 | 15 | 333 | 104 | 74 |
| Binary | 1010010 | 10000010 | 11011110 | 111111 | 101001 | 0 | 1101 | 11011011 | 1000100 | 111100 |
Color Harmonies of #5282DE
Complementary color
Monochromatic Colors of #5282DE
Black with #5282DE
Text Example
Text Example
White with #5282DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5282DE; }
p { color: rgb(82,130,222); }
H1.HeaderClassName
{
color: #5282DE;
}
.AnyTagClassName
{
color: #5282DE;
}
</style>
background-color css
<style>
a { background-color: #5282DE; }
a { background-color: rgb(82,130,222); }
div.DivClassName
{
background-color: #5282DE;
}
.BgClassName
{
background-color: #5282DE;
}
</style>
border-color css
<style>
span { border-color: #5282DE; }
span { border-color: rgb(82,130,222); }
td.TdClassName
{
border-color: #5282DE;
}
.TagClassName
{
border-color: #5282DE;
}
</style>