Shades of Cornflower Blue #508EE1
Tints of Cornflower Blue #508EE1
RGB
CMYK
RGB Variations
Color information
#508EE1 (or 0x508EE1) is known color: Cornflower Blue. HEX triplet: 50, 8E and E1. RGB value is (80,142,225). Sum of RGB (Red+Green+Blue) = 80+142+225=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #508EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EE1 is #AF711E. Grayscale: #848484. Windows color (decimal): -11497759 or 14782032. OLE color: 14782032.
HSL color Cylindrical-coordinate representation of color #508EE1: hue angle of 214.34º degrees, saturation: 0.71, 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 #508EE1 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 142 | 225 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.12 |
| HSL | 214.34º | 0.71% | 0.6% | - |
| HSV(B) | 214.34º | 0.64% | 0.88% | - |
| XYZ | 26.57 | 26.49 | 74.95 | - |
| YUV | 132.92 | 179.96 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 225 | 0.64 | 0.37 | 0 | 0.12 | 214.34 | 0.71 | 0.6 |
| Hex | 50 | 8E | E1 | 40 | 25 | 0 | C | D6 | 47 | 3C |
| Octal | 120 | 216 | 341 | 100 | 45 | 0 | 14 | 326 | 107 | 74 |
| Binary | 1010000 | 10001110 | 11100001 | 1000000 | 100101 | 0 | 1100 | 11010110 | 1000111 | 111100 |
Color Harmonies of #508EE1
Complementary color
Monochromatic Colors of #508EE1
Black with #508EE1
Text Example
Text Example
White with #508EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EE1; }
p { color: rgb(80,142,225); }
H1.HeaderClassName
{
color: #508EE1;
}
.AnyTagClassName
{
color: #508EE1;
}
</style>
background-color css
<style>
a { background-color: #508EE1; }
a { background-color: rgb(80,142,225); }
div.DivClassName
{
background-color: #508EE1;
}
.BgClassName
{
background-color: #508EE1;
}
</style>
border-color css
<style>
span { border-color: #508EE1; }
span { border-color: rgb(80,142,225); }
td.TdClassName
{
border-color: #508EE1;
}
.TagClassName
{
border-color: #508EE1;
}
</style>