Shades of Cornflower Blue #509DEC
Tints of Cornflower Blue #509DEC
RGB
CMYK
RGB Variations
Color information
#509DEC (or 0x509DEC) is known color: Cornflower Blue. HEX triplet: 50, 9D and EC. RGB value is (80,157,236). Sum of RGB (Red+Green+Blue) = 80+157+236=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #509DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DEC is #AF6213. Grayscale: #8E8E8E. Windows color (decimal): -11493908 or 15506768. OLE color: 15506768.
HSL color Cylindrical-coordinate representation of color #509DEC: hue angle of 210.38º 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 #509DEC is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 157 | 236 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.07 |
| HSL | 210.38º | 0.8% | 0.62% | - |
| HSV(B) | 210.38º | 0.66% | 0.93% | - |
| XYZ | 30.51 | 31.88 | 83.9 | - |
| YUV | 142.98 | 180.49 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 236 | 0.66 | 0.33 | 0 | 0.07 | 210.38 | 0.8 | 0.62 |
| Hex | 50 | 9D | EC | 42 | 21 | 0 | 7 | D2 | 50 | 3E |
| Octal | 120 | 235 | 354 | 102 | 41 | 0 | 7 | 322 | 120 | 76 |
| Binary | 1010000 | 10011101 | 11101100 | 1000010 | 100001 | 0 | 111 | 11010010 | 1010000 | 111110 |
Color Harmonies of #509DEC
Complementary color
Monochromatic Colors of #509DEC
Black with #509DEC
Text Example
Text Example
White with #509DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DEC; }
p { color: rgb(80,157,236); }
H1.HeaderClassName
{
color: #509DEC;
}
.AnyTagClassName
{
color: #509DEC;
}
</style>
background-color css
<style>
a { background-color: #509DEC; }
a { background-color: rgb(80,157,236); }
div.DivClassName
{
background-color: #509DEC;
}
.BgClassName
{
background-color: #509DEC;
}
</style>
border-color css
<style>
span { border-color: #509DEC; }
span { border-color: rgb(80,157,236); }
td.TdClassName
{
border-color: #509DEC;
}
.TagClassName
{
border-color: #509DEC;
}
</style>