Shades of Cornflower Blue #509DE9
Tints of Cornflower Blue #509DE9
RGB
CMYK
RGB Variations
Color information
#509DE9 (or 0x509DE9) is known color: Cornflower Blue. HEX triplet: 50, 9D and E9. RGB value is (80,157,233). Sum of RGB (Red+Green+Blue) = 80+157+233=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #509DE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DE9 is #AF6216. Grayscale: #8E8E8E. Windows color (decimal): -11493911 or 15310160. OLE color: 15310160.
HSL color Cylindrical-coordinate representation of color #509DE9: hue angle of 209.8º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #509DE9 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 157 | 233 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.09 |
| HSL | 209.8º | 0.78% | 0.61% | - |
| HSV(B) | 209.8º | 0.66% | 0.91% | - |
| XYZ | 30.07 | 31.7 | 81.62 | - |
| YUV | 142.64 | 178.99 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 233 | 0.66 | 0.33 | 0 | 0.09 | 209.8 | 0.78 | 0.61 |
| Hex | 50 | 9D | E9 | 42 | 21 | 0 | 9 | D2 | 4E | 3D |
| Octal | 120 | 235 | 351 | 102 | 41 | 0 | 11 | 322 | 116 | 75 |
| Binary | 1010000 | 10011101 | 11101001 | 1000010 | 100001 | 0 | 1001 | 11010010 | 1001110 | 111101 |
Color Harmonies of #509DE9
Complementary color
Monochromatic Colors of #509DE9
Black with #509DE9
Text Example
Text Example
White with #509DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DE9; }
p { color: rgb(80,157,233); }
H1.HeaderClassName
{
color: #509DE9;
}
.AnyTagClassName
{
color: #509DE9;
}
</style>
background-color css
<style>
a { background-color: #509DE9; }
a { background-color: rgb(80,157,233); }
div.DivClassName
{
background-color: #509DE9;
}
.BgClassName
{
background-color: #509DE9;
}
</style>
border-color css
<style>
span { border-color: #509DE9; }
span { border-color: rgb(80,157,233); }
td.TdClassName
{
border-color: #509DE9;
}
.TagClassName
{
border-color: #509DE9;
}
</style>