Shades of Cornflower Blue #508EE0
Tints of Cornflower Blue #508EE0
RGB
CMYK
RGB Variations
Color information
#508EE0 (or 0x508EE0) is known color: Cornflower Blue. HEX triplet: 50, 8E and E0. RGB value is (80,142,224). Sum of RGB (Red+Green+Blue) = 80+142+224=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #508EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EE0 is #AF711F. Grayscale: #848484. Windows color (decimal): -11497760 or 14716496. OLE color: 14716496.
HSL color Cylindrical-coordinate representation of color #508EE0: hue angle of 214.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508EE0 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 142 | 224 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.12 |
| HSL | 214.17º | 0.7% | 0.6% | - |
| HSV(B) | 214.17º | 0.64% | 0.88% | - |
| XYZ | 26.44 | 26.43 | 74.23 | - |
| YUV | 132.81 | 179.46 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 224 | 0.64 | 0.37 | 0 | 0.12 | 214.17 | 0.7 | 0.6 |
| Hex | 50 | 8E | E0 | 40 | 25 | 0 | C | D6 | 46 | 3C |
| Octal | 120 | 216 | 340 | 100 | 45 | 0 | 14 | 326 | 106 | 74 |
| Binary | 1010000 | 10001110 | 11100000 | 1000000 | 100101 | 0 | 1100 | 11010110 | 1000110 | 111100 |
Color Harmonies of #508EE0
Complementary color
Monochromatic Colors of #508EE0
Black with #508EE0
Text Example
Text Example
White with #508EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EE0; }
p { color: rgb(80,142,224); }
H1.HeaderClassName
{
color: #508EE0;
}
.AnyTagClassName
{
color: #508EE0;
}
</style>
background-color css
<style>
a { background-color: #508EE0; }
a { background-color: rgb(80,142,224); }
div.DivClassName
{
background-color: #508EE0;
}
.BgClassName
{
background-color: #508EE0;
}
</style>
border-color css
<style>
span { border-color: #508EE0; }
span { border-color: rgb(80,142,224); }
td.TdClassName
{
border-color: #508EE0;
}
.TagClassName
{
border-color: #508EE0;
}
</style>