Shades of Cornflower Blue #508CEB
Tints of Cornflower Blue #508CEB
RGB
CMYK
RGB Variations
Color information
#508CEB (or 0x508CEB) is known color: Cornflower Blue. HEX triplet: 50, 8C and EB. RGB value is (80,140,235). Sum of RGB (Red+Green+Blue) = 80+140+235=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #508CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CEB is #AF7314. Grayscale: #848484. Windows color (decimal): -11498261 or 15436880. OLE color: 15436880.
HSL color Cylindrical-coordinate representation of color #508CEB: hue angle of 216.77º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #508CEB is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 140 | 235 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.08 |
| HSL | 216.77º | 0.79% | 0.62% | - |
| HSV(B) | 216.77º | 0.66% | 0.92% | - |
| XYZ | 27.68 | 26.46 | 82.25 | - |
| YUV | 132.89 | 185.62 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 235 | 0.66 | 0.40 | 0 | 0.08 | 216.77 | 0.79 | 0.62 |
| Hex | 50 | 8C | EB | 42 | 28 | 0 | 8 | D9 | 4F | 3E |
| Octal | 120 | 214 | 353 | 102 | 50 | 0 | 10 | 331 | 117 | 76 |
| Binary | 1010000 | 10001100 | 11101011 | 1000010 | 101000 | 0 | 1000 | 11011001 | 1001111 | 111110 |
Color Harmonies of #508CEB
Complementary color
Monochromatic Colors of #508CEB
Black with #508CEB
Text Example
Text Example
White with #508CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CEB; }
p { color: rgb(80,140,235); }
H1.HeaderClassName
{
color: #508CEB;
}
.AnyTagClassName
{
color: #508CEB;
}
</style>
background-color css
<style>
a { background-color: #508CEB; }
a { background-color: rgb(80,140,235); }
div.DivClassName
{
background-color: #508CEB;
}
.BgClassName
{
background-color: #508CEB;
}
</style>
border-color css
<style>
span { border-color: #508CEB; }
span { border-color: rgb(80,140,235); }
td.TdClassName
{
border-color: #508CEB;
}
.TagClassName
{
border-color: #508CEB;
}
</style>