Shades of Cornflower Blue #509DF9
Tints of Cornflower Blue #509DF9
RGB
CMYK
RGB Variations
Color information
#509DF9 (or 0x509DF9) is known color: Cornflower Blue. HEX triplet: 50, 9D and F9. RGB value is (80,157,249). Sum of RGB (Red+Green+Blue) = 80+157+249=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #509DF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DF9 is #AF6206. Grayscale: #909090. Windows color (decimal): -11493895 or 16358736. OLE color: 16358736.
HSL color Cylindrical-coordinate representation of color #509DF9: hue angle of 212.66º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #509DF9 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 157 | 249 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.02 |
| HSL | 212.66º | 0.93% | 0.65% | - |
| HSV(B) | 212.66º | 0.68% | 0.98% | - |
| XYZ | 32.46 | 32.66 | 94.22 | - |
| YUV | 144.47 | 186.99 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 249 | 0.68 | 0.37 | 0 | 0.02 | 212.66 | 0.93 | 0.65 |
| Hex | 50 | 9D | F9 | 44 | 25 | 0 | 2 | D5 | 5D | 41 |
| Octal | 120 | 235 | 371 | 104 | 45 | 0 | 2 | 325 | 135 | 101 |
| Binary | 1010000 | 10011101 | 11111001 | 1000100 | 100101 | 0 | 10 | 11010101 | 1011101 | 1000001 |
Color Harmonies of #509DF9
Complementary color
Monochromatic Colors of #509DF9
Black with #509DF9
Text Example
Text Example
White with #509DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DF9; }
p { color: rgb(80,157,249); }
H1.HeaderClassName
{
color: #509DF9;
}
.AnyTagClassName
{
color: #509DF9;
}
</style>
background-color css
<style>
a { background-color: #509DF9; }
a { background-color: rgb(80,157,249); }
div.DivClassName
{
background-color: #509DF9;
}
.BgClassName
{
background-color: #509DF9;
}
</style>
border-color css
<style>
span { border-color: #509DF9; }
span { border-color: rgb(80,157,249); }
td.TdClassName
{
border-color: #509DF9;
}
.TagClassName
{
border-color: #509DF9;
}
</style>