Shades of Cornflower Blue #509BEC
Tints of Cornflower Blue #509BEC
RGB
CMYK
RGB Variations
Color information
#509BEC (or 0x509BEC) is known color: Cornflower Blue. HEX triplet: 50, 9B and EC. RGB value is (80,155,236). Sum of RGB (Red+Green+Blue) = 80+155+236=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #509BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BEC is #AF6413. Grayscale: #8D8D8D. Windows color (decimal): -11494420 or 15506256. OLE color: 15506256.
HSL color Cylindrical-coordinate representation of color #509BEC: hue angle of 211.15º 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 #509BEC is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 155 | 236 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.07 |
| HSL | 211.15º | 0.8% | 0.62% | - |
| HSV(B) | 211.15º | 0.66% | 0.93% | - |
| XYZ | 30.17 | 31.2 | 83.79 | - |
| YUV | 141.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 236 | 0.66 | 0.34 | 0 | 0.07 | 211.15 | 0.8 | 0.62 |
| Hex | 50 | 9B | EC | 42 | 22 | 0 | 7 | D3 | 50 | 3E |
| Octal | 120 | 233 | 354 | 102 | 42 | 0 | 7 | 323 | 120 | 76 |
| Binary | 1010000 | 10011011 | 11101100 | 1000010 | 100010 | 0 | 111 | 11010011 | 1010000 | 111110 |
Color Harmonies of #509BEC
Complementary color
Monochromatic Colors of #509BEC
Black with #509BEC
Text Example
Text Example
White with #509BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BEC; }
p { color: rgb(80,155,236); }
H1.HeaderClassName
{
color: #509BEC;
}
.AnyTagClassName
{
color: #509BEC;
}
</style>
background-color css
<style>
a { background-color: #509BEC; }
a { background-color: rgb(80,155,236); }
div.DivClassName
{
background-color: #509BEC;
}
.BgClassName
{
background-color: #509BEC;
}
</style>
border-color css
<style>
span { border-color: #509BEC; }
span { border-color: rgb(80,155,236); }
td.TdClassName
{
border-color: #509BEC;
}
.TagClassName
{
border-color: #509BEC;
}
</style>