Shades of Cornflower Blue #509EEC
Tints of Cornflower Blue #509EEC
RGB
CMYK
RGB Variations
Color information
#509EEC (or 0x509EEC) is known color: Cornflower Blue. HEX triplet: 50, 9E and EC. RGB value is (80,158,236). Sum of RGB (Red+Green+Blue) = 80+158+236=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #509EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509EEC is #AF6113. Grayscale: #8F8F8F. Windows color (decimal): -11493652 or 15507024. OLE color: 15507024.
HSL color Cylindrical-coordinate representation of color #509EEC: hue angle of 210º 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 #509EEC is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 158 | 236 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.07 |
| HSL | 210º | 0.8% | 0.62% | - |
| HSV(B) | 210º | 0.66% | 0.93% | - |
| XYZ | 30.68 | 32.22 | 83.96 | - |
| YUV | 143.57 | 180.16 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 236 | 0.66 | 0.33 | 0 | 0.07 | 210 | 0.8 | 0.62 |
| Hex | 50 | 9E | EC | 42 | 21 | 0 | 7 | D2 | 50 | 3E |
| Octal | 120 | 236 | 354 | 102 | 41 | 0 | 7 | 322 | 120 | 76 |
| Binary | 1010000 | 10011110 | 11101100 | 1000010 | 100001 | 0 | 111 | 11010010 | 1010000 | 111110 |
Color Harmonies of #509EEC
Complementary color
Monochromatic Colors of #509EEC
Black with #509EEC
Text Example
Text Example
White with #509EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509EEC; }
p { color: rgb(80,158,236); }
H1.HeaderClassName
{
color: #509EEC;
}
.AnyTagClassName
{
color: #509EEC;
}
</style>
background-color css
<style>
a { background-color: #509EEC; }
a { background-color: rgb(80,158,236); }
div.DivClassName
{
background-color: #509EEC;
}
.BgClassName
{
background-color: #509EEC;
}
</style>
border-color css
<style>
span { border-color: #509EEC; }
span { border-color: rgb(80,158,236); }
td.TdClassName
{
border-color: #509EEC;
}
.TagClassName
{
border-color: #509EEC;
}
</style>