Shades of Cornflower Blue #5282EB
Tints of Cornflower Blue #5282EB
RGB
CMYK
RGB Variations
Color information
#5282EB (or 0x5282EB) is known color: Cornflower Blue. HEX triplet: 52, 82 and EB. RGB value is (82,130,235). Sum of RGB (Red+Green+Blue) = 82+130+235=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #5282EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5282EB is #AD7D14. Grayscale: #7F7F7F. Windows color (decimal): -11369749 or 15434322. OLE color: 15434322.
HSL color Cylindrical-coordinate representation of color #5282EB: hue angle of 221.18º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5282EB is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 130 | 235 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.08 |
| HSL | 221.18º | 0.79% | 0.62% | - |
| HSV(B) | 221.18º | 0.65% | 0.92% | - |
| XYZ | 26.46 | 23.76 | 81.79 | - |
| YUV | 127.62 | 188.6 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 235 | 0.65 | 0.45 | 0 | 0.08 | 221.18 | 0.79 | 0.62 |
| Hex | 52 | 82 | EB | 41 | 2D | 0 | 8 | DD | 4F | 3E |
| Octal | 122 | 202 | 353 | 101 | 55 | 0 | 10 | 335 | 117 | 76 |
| Binary | 1010010 | 10000010 | 11101011 | 1000001 | 101101 | 0 | 1000 | 11011101 | 1001111 | 111110 |
Color Harmonies of #5282EB
Complementary color
Monochromatic Colors of #5282EB
Black with #5282EB
Text Example
Text Example
White with #5282EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5282EB; }
p { color: rgb(82,130,235); }
H1.HeaderClassName
{
color: #5282EB;
}
.AnyTagClassName
{
color: #5282EB;
}
</style>
background-color css
<style>
a { background-color: #5282EB; }
a { background-color: rgb(82,130,235); }
div.DivClassName
{
background-color: #5282EB;
}
.BgClassName
{
background-color: #5282EB;
}
</style>
border-color css
<style>
span { border-color: #5282EB; }
span { border-color: rgb(82,130,235); }
td.TdClassName
{
border-color: #5282EB;
}
.TagClassName
{
border-color: #5282EB;
}
</style>