Shades of Cornflower Blue #509DFA
Tints of Cornflower Blue #509DFA
RGB
CMYK
RGB Variations
Color information
#509DFA (or 0x509DFA) is known color: Cornflower Blue. HEX triplet: 50, 9D and FA. RGB value is (80,157,250). Sum of RGB (Red+Green+Blue) = 80+157+250=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #509DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DFA is #AF6205. Grayscale: #909090. Windows color (decimal): -11493894 or 16424272. OLE color: 16424272.
HSL color Cylindrical-coordinate representation of color #509DFA: hue angle of 212.82º degrees, saturation: 0.94, 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 #509DFA is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 157 | 250 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.02 |
| HSL | 212.82º | 0.94% | 0.65% | - |
| HSV(B) | 212.82º | 0.68% | 0.98% | - |
| XYZ | 32.62 | 32.72 | 95.04 | - |
| YUV | 144.58 | 187.49 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 250 | 0.68 | 0.37 | 0 | 0.02 | 212.82 | 0.94 | 0.65 |
| Hex | 50 | 9D | FA | 44 | 25 | 0 | 2 | D5 | 5E | 41 |
| Octal | 120 | 235 | 372 | 104 | 45 | 0 | 2 | 325 | 136 | 101 |
| Binary | 1010000 | 10011101 | 11111010 | 1000100 | 100101 | 0 | 10 | 11010101 | 1011110 | 1000001 |
Color Harmonies of #509DFA
Complementary color
Monochromatic Colors of #509DFA
Black with #509DFA
Text Example
Text Example
White with #509DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DFA; }
p { color: rgb(80,157,250); }
H1.HeaderClassName
{
color: #509DFA;
}
.AnyTagClassName
{
color: #509DFA;
}
</style>
background-color css
<style>
a { background-color: #509DFA; }
a { background-color: rgb(80,157,250); }
div.DivClassName
{
background-color: #509DFA;
}
.BgClassName
{
background-color: #509DFA;
}
</style>
border-color css
<style>
span { border-color: #509DFA; }
span { border-color: rgb(80,157,250); }
td.TdClassName
{
border-color: #509DFA;
}
.TagClassName
{
border-color: #509DFA;
}
</style>