Shades of Cornflower Blue #5280EA
Tints of Cornflower Blue #5280EA
RGB
CMYK
RGB Variations
Color information
#5280EA (or 0x5280EA) is known color: Cornflower Blue. HEX triplet: 52, 80 and EA. RGB value is (82,128,234). Sum of RGB (Red+Green+Blue) = 82+128+234=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #5280EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5280EA is #AD7F15. Grayscale: #7D7D7D. Windows color (decimal): -11370262 or 15368274. OLE color: 15368274.
HSL color Cylindrical-coordinate representation of color #5280EA: hue angle of 221.84º degrees, saturation: 0.78, 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 #5280EA is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 128 | 234 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.08 |
| HSL | 221.84º | 0.78% | 0.62% | - |
| HSV(B) | 221.84º | 0.65% | 0.92% | - |
| XYZ | 26.05 | 23.17 | 80.94 | - |
| YUV | 126.33 | 188.76 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 234 | 0.65 | 0.45 | 0 | 0.08 | 221.84 | 0.78 | 0.62 |
| Hex | 52 | 80 | EA | 41 | 2D | 0 | 8 | DE | 4E | 3E |
| Octal | 122 | 200 | 352 | 101 | 55 | 0 | 10 | 336 | 116 | 76 |
| Binary | 1010010 | 10000000 | 11101010 | 1000001 | 101101 | 0 | 1000 | 11011110 | 1001110 | 111110 |
Color Harmonies of #5280EA
Complementary color
Monochromatic Colors of #5280EA
Black with #5280EA
Text Example
Text Example
White with #5280EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280EA; }
p { color: rgb(82,128,234); }
H1.HeaderClassName
{
color: #5280EA;
}
.AnyTagClassName
{
color: #5280EA;
}
</style>
background-color css
<style>
a { background-color: #5280EA; }
a { background-color: rgb(82,128,234); }
div.DivClassName
{
background-color: #5280EA;
}
.BgClassName
{
background-color: #5280EA;
}
</style>
border-color css
<style>
span { border-color: #5280EA; }
span { border-color: rgb(82,128,234); }
td.TdClassName
{
border-color: #5280EA;
}
.TagClassName
{
border-color: #5280EA;
}
</style>