Shades of Cornflower Blue #508BEC
Tints of Cornflower Blue #508BEC
RGB
CMYK
RGB Variations
Color information
#508BEC (or 0x508BEC) is known color: Cornflower Blue. HEX triplet: 50, 8B and EC. RGB value is (80,139,236). Sum of RGB (Red+Green+Blue) = 80+139+236=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #508BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508BEC is #AF7413. Grayscale: #838383. Windows color (decimal): -11498516 or 15502160. OLE color: 15502160.
HSL color Cylindrical-coordinate representation of color #508BEC: hue angle of 217.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #508BEC is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 139 | 236 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.07 |
| HSL | 217.31º | 0.8% | 0.62% | - |
| HSV(B) | 217.31º | 0.66% | 0.93% | - |
| XYZ | 27.68 | 26.23 | 82.96 | - |
| YUV | 132.42 | 186.45 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 236 | 0.66 | 0.41 | 0 | 0.07 | 217.31 | 0.8 | 0.62 |
| Hex | 50 | 8B | EC | 42 | 29 | 0 | 7 | D9 | 50 | 3E |
| Octal | 120 | 213 | 354 | 102 | 51 | 0 | 7 | 331 | 120 | 76 |
| Binary | 1010000 | 10001011 | 11101100 | 1000010 | 101001 | 0 | 111 | 11011001 | 1010000 | 111110 |
Color Harmonies of #508BEC
Complementary color
Monochromatic Colors of #508BEC
Black with #508BEC
Text Example
Text Example
White with #508BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BEC; }
p { color: rgb(80,139,236); }
H1.HeaderClassName
{
color: #508BEC;
}
.AnyTagClassName
{
color: #508BEC;
}
</style>
background-color css
<style>
a { background-color: #508BEC; }
a { background-color: rgb(80,139,236); }
div.DivClassName
{
background-color: #508BEC;
}
.BgClassName
{
background-color: #508BEC;
}
</style>
border-color css
<style>
span { border-color: #508BEC; }
span { border-color: rgb(80,139,236); }
td.TdClassName
{
border-color: #508BEC;
}
.TagClassName
{
border-color: #508BEC;
}
</style>