Shades of Cornflower Blue #508BE0
Tints of Cornflower Blue #508BE0
RGB
CMYK
RGB Variations
Color information
#508BE0 (or 0x508BE0) is known color: Cornflower Blue. HEX triplet: 50, 8B and E0. RGB value is (80,139,224). Sum of RGB (Red+Green+Blue) = 80+139+224=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #508BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BE0 is #AF741F. Grayscale: #828282. Windows color (decimal): -11498528 or 14715728. OLE color: 14715728.
HSL color Cylindrical-coordinate representation of color #508BE0: hue angle of 215.42º 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 #508BE0 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 139 | 224 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.12 |
| HSL | 215.42º | 0.7% | 0.6% | - |
| HSV(B) | 215.42º | 0.64% | 0.88% | - |
| XYZ | 26 | 25.55 | 74.08 | - |
| YUV | 131.05 | 180.45 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 224 | 0.64 | 0.38 | 0 | 0.12 | 215.42 | 0.7 | 0.6 |
| Hex | 50 | 8B | E0 | 40 | 26 | 0 | C | D7 | 46 | 3C |
| Octal | 120 | 213 | 340 | 100 | 46 | 0 | 14 | 327 | 106 | 74 |
| Binary | 1010000 | 10001011 | 11100000 | 1000000 | 100110 | 0 | 1100 | 11010111 | 1000110 | 111100 |
Color Harmonies of #508BE0
Complementary color
Monochromatic Colors of #508BE0
Black with #508BE0
Text Example
Text Example
White with #508BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BE0; }
p { color: rgb(80,139,224); }
H1.HeaderClassName
{
color: #508BE0;
}
.AnyTagClassName
{
color: #508BE0;
}
</style>
background-color css
<style>
a { background-color: #508BE0; }
a { background-color: rgb(80,139,224); }
div.DivClassName
{
background-color: #508BE0;
}
.BgClassName
{
background-color: #508BE0;
}
</style>
border-color css
<style>
span { border-color: #508BE0; }
span { border-color: rgb(80,139,224); }
td.TdClassName
{
border-color: #508BE0;
}
.TagClassName
{
border-color: #508BE0;
}
</style>