Shades of Cornflower Blue #508EDD
Tints of Cornflower Blue #508EDD
RGB
CMYK
RGB Variations
Color information
#508EDD (or 0x508EDD) is known color: Cornflower Blue. HEX triplet: 50, 8E and DD. RGB value is (80,142,221). Sum of RGB (Red+Green+Blue) = 80+142+221=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #508EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EDD is #AF7122. Grayscale: #848484. Windows color (decimal): -11497763 or 14519888. OLE color: 14519888.
HSL color Cylindrical-coordinate representation of color #508EDD: hue angle of 213.62º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508EDD is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 142 | 221 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.13 |
| HSL | 213.62º | 0.67% | 0.59% | - |
| HSV(B) | 213.62º | 0.64% | 0.87% | - |
| XYZ | 26.03 | 26.27 | 72.11 | - |
| YUV | 132.47 | 177.96 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 221 | 0.64 | 0.36 | 0 | 0.13 | 213.62 | 0.67 | 0.59 |
| Hex | 50 | 8E | DD | 40 | 24 | 0 | D | D6 | 43 | 3B |
| Octal | 120 | 216 | 335 | 100 | 44 | 0 | 15 | 326 | 103 | 73 |
| Binary | 1010000 | 10001110 | 11011101 | 1000000 | 100100 | 0 | 1101 | 11010110 | 1000011 | 111011 |
Color Harmonies of #508EDD
Complementary color
Monochromatic Colors of #508EDD
Black with #508EDD
Text Example
Text Example
White with #508EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EDD; }
p { color: rgb(80,142,221); }
H1.HeaderClassName
{
color: #508EDD;
}
.AnyTagClassName
{
color: #508EDD;
}
</style>
background-color css
<style>
a { background-color: #508EDD; }
a { background-color: rgb(80,142,221); }
div.DivClassName
{
background-color: #508EDD;
}
.BgClassName
{
background-color: #508EDD;
}
</style>
border-color css
<style>
span { border-color: #508EDD; }
span { border-color: rgb(80,142,221); }
td.TdClassName
{
border-color: #508EDD;
}
.TagClassName
{
border-color: #508EDD;
}
</style>