Shades of Cornflower Blue #5282EF
Tints of Cornflower Blue #5282EF
RGB
CMYK
RGB Variations
Color information
#5282EF (or 0x5282EF) is known color: Cornflower Blue. HEX triplet: 52, 82 and EF. RGB value is (82,130,239). Sum of RGB (Red+Green+Blue) = 82+130+239=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #5282EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5282EF is #AD7D10. Grayscale: #7F7F7F. Windows color (decimal): -11369745 or 15696466. OLE color: 15696466.
HSL color Cylindrical-coordinate representation of color #5282EF: hue angle of 221.66º 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 #5282EF is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 130 | 239 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.06 |
| HSL | 221.66º | 0.83% | 0.63% | - |
| HSV(B) | 221.66º | 0.66% | 0.94% | - |
| XYZ | 27.04 | 23.99 | 84.87 | - |
| YUV | 128.07 | 190.6 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 239 | 0.66 | 0.46 | 0 | 0.06 | 221.66 | 0.83 | 0.63 |
| Hex | 52 | 82 | EF | 42 | 2E | 0 | 6 | DE | 53 | 3F |
| Octal | 122 | 202 | 357 | 102 | 56 | 0 | 6 | 336 | 123 | 77 |
| Binary | 1010010 | 10000010 | 11101111 | 1000010 | 101110 | 0 | 110 | 11011110 | 1010011 | 111111 |
Color Harmonies of #5282EF
Complementary color
Monochromatic Colors of #5282EF
Black with #5282EF
Text Example
Text Example
White with #5282EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5282EF; }
p { color: rgb(82,130,239); }
H1.HeaderClassName
{
color: #5282EF;
}
.AnyTagClassName
{
color: #5282EF;
}
</style>
background-color css
<style>
a { background-color: #5282EF; }
a { background-color: rgb(82,130,239); }
div.DivClassName
{
background-color: #5282EF;
}
.BgClassName
{
background-color: #5282EF;
}
</style>
border-color css
<style>
span { border-color: #5282EF; }
span { border-color: rgb(82,130,239); }
td.TdClassName
{
border-color: #5282EF;
}
.TagClassName
{
border-color: #5282EF;
}
</style>