Shades of Cornflower Blue #5280ED
Tints of Cornflower Blue #5280ED
RGB
CMYK
RGB Variations
Color information
#5280ED (or 0x5280ED) is known color: Cornflower Blue. HEX triplet: 52, 80 and ED. RGB value is (82,128,237). Sum of RGB (Red+Green+Blue) = 82+128+237=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #5280ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5280ED is #AD7F12. Grayscale: #7E7E7E. Windows color (decimal): -11370259 or 15564882. OLE color: 15564882.
HSL color Cylindrical-coordinate representation of color #5280ED: hue angle of 222.19º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5280ED is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 128 | 237 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.07 |
| HSL | 222.19º | 0.81% | 0.63% | - |
| HSV(B) | 222.19º | 0.65% | 0.93% | - |
| XYZ | 26.48 | 23.35 | 83.23 | - |
| YUV | 126.67 | 190.26 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 237 | 0.65 | 0.46 | 0 | 0.07 | 222.19 | 0.81 | 0.63 |
| Hex | 52 | 80 | ED | 41 | 2E | 0 | 7 | DE | 51 | 3F |
| Octal | 122 | 200 | 355 | 101 | 56 | 0 | 7 | 336 | 121 | 77 |
| Binary | 1010010 | 10000000 | 11101101 | 1000001 | 101110 | 0 | 111 | 11011110 | 1010001 | 111111 |
Color Harmonies of #5280ED
Complementary color
Monochromatic Colors of #5280ED
Black with #5280ED
Text Example
Text Example
White with #5280ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280ED; }
p { color: rgb(82,128,237); }
H1.HeaderClassName
{
color: #5280ED;
}
.AnyTagClassName
{
color: #5280ED;
}
</style>
background-color css
<style>
a { background-color: #5280ED; }
a { background-color: rgb(82,128,237); }
div.DivClassName
{
background-color: #5280ED;
}
.BgClassName
{
background-color: #5280ED;
}
</style>
border-color css
<style>
span { border-color: #5280ED; }
span { border-color: rgb(82,128,237); }
td.TdClassName
{
border-color: #5280ED;
}
.TagClassName
{
border-color: #5280ED;
}
</style>