Shades of Cornflower Blue #509AEC
Tints of Cornflower Blue #509AEC
RGB
CMYK
RGB Variations
Color information
#509AEC (or 0x509AEC) is known color: Cornflower Blue. HEX triplet: 50, 9A and EC. RGB value is (80,154,236). Sum of RGB (Red+Green+Blue) = 80+154+236=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #509AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AEC is #AF6513. Grayscale: #8C8C8C. Windows color (decimal): -11494676 or 15506000. OLE color: 15506000.
HSL color Cylindrical-coordinate representation of color #509AEC: hue angle of 211.54º 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 #509AEC is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 154 | 236 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.07 |
| HSL | 211.54º | 0.8% | 0.62% | - |
| HSV(B) | 211.54º | 0.66% | 0.93% | - |
| XYZ | 30 | 30.87 | 83.73 | - |
| YUV | 141.22 | 181.48 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 236 | 0.66 | 0.35 | 0 | 0.07 | 211.54 | 0.8 | 0.62 |
| Hex | 50 | 9A | EC | 42 | 23 | 0 | 7 | D4 | 50 | 3E |
| Octal | 120 | 232 | 354 | 102 | 43 | 0 | 7 | 324 | 120 | 76 |
| Binary | 1010000 | 10011010 | 11101100 | 1000010 | 100011 | 0 | 111 | 11010100 | 1010000 | 111110 |
Color Harmonies of #509AEC
Complementary color
Monochromatic Colors of #509AEC
Black with #509AEC
Text Example
Text Example
White with #509AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509AEC; }
p { color: rgb(80,154,236); }
H1.HeaderClassName
{
color: #509AEC;
}
.AnyTagClassName
{
color: #509AEC;
}
</style>
background-color css
<style>
a { background-color: #509AEC; }
a { background-color: rgb(80,154,236); }
div.DivClassName
{
background-color: #509AEC;
}
.BgClassName
{
background-color: #509AEC;
}
</style>
border-color css
<style>
span { border-color: #509AEC; }
span { border-color: rgb(80,154,236); }
td.TdClassName
{
border-color: #509AEC;
}
.TagClassName
{
border-color: #509AEC;
}
</style>