Shades of Cornflower Blue #5084ED
Tints of Cornflower Blue #5084ED
RGB
CMYK
RGB Variations
Color information
#5084ED (or 0x5084ED) is known color: Cornflower Blue. HEX triplet: 50, 84 and ED. RGB value is (80,132,237). Sum of RGB (Red+Green+Blue) = 80+132+237=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #5084ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5084ED is #AF7B12. Grayscale: #7F7F7F. Windows color (decimal): -11500307 or 15565904. OLE color: 15565904.
HSL color Cylindrical-coordinate representation of color #5084ED: hue angle of 220.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5084ED is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 132 | 237 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.07 |
| HSL | 220.13º | 0.81% | 0.62% | - |
| HSV(B) | 220.13º | 0.66% | 0.93% | - |
| XYZ | 26.85 | 24.32 | 83.4 | - |
| YUV | 128.42 | 189.27 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 237 | 0.66 | 0.44 | 0 | 0.07 | 220.13 | 0.81 | 0.62 |
| Hex | 50 | 84 | ED | 42 | 2C | 0 | 7 | DC | 51 | 3E |
| Octal | 120 | 204 | 355 | 102 | 54 | 0 | 7 | 334 | 121 | 76 |
| Binary | 1010000 | 10000100 | 11101101 | 1000010 | 101100 | 0 | 111 | 11011100 | 1010001 | 111110 |
Color Harmonies of #5084ED
Complementary color
Monochromatic Colors of #5084ED
Black with #5084ED
Text Example
Text Example
White with #5084ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5084ED; }
p { color: rgb(80,132,237); }
H1.HeaderClassName
{
color: #5084ED;
}
.AnyTagClassName
{
color: #5084ED;
}
</style>
background-color css
<style>
a { background-color: #5084ED; }
a { background-color: rgb(80,132,237); }
div.DivClassName
{
background-color: #5084ED;
}
.BgClassName
{
background-color: #5084ED;
}
</style>
border-color css
<style>
span { border-color: #5084ED; }
span { border-color: rgb(80,132,237); }
td.TdClassName
{
border-color: #5084ED;
}
.TagClassName
{
border-color: #5084ED;
}
</style>