Shades of Cornflower Blue #508CE1
Tints of Cornflower Blue #508CE1
RGB
CMYK
RGB Variations
Color information
#508CE1 (or 0x508CE1) is known color: Cornflower Blue. HEX triplet: 50, 8C and E1. RGB value is (80,140,225). Sum of RGB (Red+Green+Blue) = 80+140+225=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #508CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CE1 is #AF731E. Grayscale: #838383. Windows color (decimal): -11498271 or 14781520. OLE color: 14781520.
HSL color Cylindrical-coordinate representation of color #508CE1: hue angle of 215.17º 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 #508CE1 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 140 | 225 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.12 |
| HSL | 215.17º | 0.71% | 0.6% | - |
| HSV(B) | 215.17º | 0.64% | 0.88% | - |
| XYZ | 26.28 | 25.9 | 74.85 | - |
| YUV | 131.75 | 180.62 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 225 | 0.64 | 0.38 | 0 | 0.12 | 215.17 | 0.71 | 0.6 |
| Hex | 50 | 8C | E1 | 40 | 26 | 0 | C | D7 | 47 | 3C |
| Octal | 120 | 214 | 341 | 100 | 46 | 0 | 14 | 327 | 107 | 74 |
| Binary | 1010000 | 10001100 | 11100001 | 1000000 | 100110 | 0 | 1100 | 11010111 | 1000111 | 111100 |
Color Harmonies of #508CE1
Complementary color
Monochromatic Colors of #508CE1
Black with #508CE1
Text Example
Text Example
White with #508CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CE1; }
p { color: rgb(80,140,225); }
H1.HeaderClassName
{
color: #508CE1;
}
.AnyTagClassName
{
color: #508CE1;
}
</style>
background-color css
<style>
a { background-color: #508CE1; }
a { background-color: rgb(80,140,225); }
div.DivClassName
{
background-color: #508CE1;
}
.BgClassName
{
background-color: #508CE1;
}
</style>
border-color css
<style>
span { border-color: #508CE1; }
span { border-color: rgb(80,140,225); }
td.TdClassName
{
border-color: #508CE1;
}
.TagClassName
{
border-color: #508CE1;
}
</style>